We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a1cbd commit f6e5759Copy full SHA for f6e5759
docs/getting-started/important-notes.md
@@ -38,6 +38,15 @@ pull request!
38
evaluating updates, you must make sure you check that the field is not nil
39
before trying to access any of it's fields.
40
41
+## Privacy Mode
42
+
43
+- By default, bots only get updates directly addressed to them. If you need to
44
+ get all messages, you must disable privacy mode with Botfather. Bots already
45
+ added to groups will need to be removed and readded for the changes to take
46
+ effect. You can read more on the [Telegram Bot API docs][api-docs].
47
48
+[api-docs]: https://core.telegram.org/bots/faq#what-messages-will-my-bot-get
49
50
## User and Chat ID size
51
52
- These types require up to 52 significant bits to store correctly, making a
0 commit comments