Skip to content

Commit f6e5759

Browse files
committed
Add note about privacy mode.
1 parent 80a1cbd commit f6e5759

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/getting-started/important-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ pull request!
3838
evaluating updates, you must make sure you check that the field is not nil
3939
before trying to access any of it's fields.
4040

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+
4150
## User and Chat ID size
4251

4352
- These types require up to 52 significant bits to store correctly, making a

0 commit comments

Comments
 (0)