Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ To find chat IDs, you can:

1. **For private chats**: Use the user's ID (positive number)
2. **For groups/channels**: Use the negative ID format
- For groups: `-100` + group ID (e.g., `-1001234567890`)
- For channels: `-100` + channel ID (e.g., `-1001234567890`)
- For basic groups: `-` + group ID (e.g., `-1234567890`)
- For supergroups/channels: `-100` + channel ID (e.g., `-1001234567890`)

You can use tools like [@userinfobot](https://t.me/userinfobot) or [@get_id_bot](https://t.me/get_id_bot) to get chat IDs.

Expand Down