> For the complete documentation index, see [llms.txt](https://nicegram.gitbook.io/zh-tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nicegram.gitbook.io/zh-tw/faq/notifications.md).

# 來自通知的回覆或圖片預覽不起作用

Telegram 伺服器中的錯誤僅在您使用如 Nicegram 之類的非官方應用程式時才會出現。\
而一個錯誤特別令人討厭：每次有人在群組中傳送訊息時，您都會收到一則推播通知，提示您「您有新訊息！」，即使該組已關閉通知。為了解決此問題，Nicegram 有一個設定（默認開啟），稱為「停用非必要通知」。由於通知回覆和通知預覽的工作方式，停用這些煩人的通知同時也會停用這些功能。

如果您不介意多餘的通知，則可以在 Nicegram「設置 > Nicegram > 停用非必要通知」關閉該設定。然後，您將需要重新啟動裝置以使設定生效。（這涉及獲取 Apple Push Notification Service 的新設置，Apple 每小時或在重新啟動後推送一次。）


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nicegram.gitbook.io/zh-tw/faq/notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
