Use when managing Telegram channels or groups — setting admin rights, restricting members, creating invite links, pinning messages, or configuring group permissions. Also use when working with anonymous admin rights or negative permissions.
| Model | Source |
|---|
| inherit | pack: telegram |
| Item | Value |
|---|
| Channel | Broadcast-only, subscribers can’t post (unless admin) |
| Group | Up to 200K members, all can interact |
| Supergroup | Auto-upgraded from group at ~200 members or when features needed |
| Admin rights | Granular ChatAdministratorRights flags |
| Docs | core.telegram.org/bots/api#chat |
Full Reference
┏━ 🔧 telegram-channels ━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Telegram channel/group management reference ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
| Item | Value |
|---|
| Channel | Broadcast-only, subscribers can’t post (unless admin) |
| Group | Up to 200K members, all can interact |
| Supergroup | Auto-upgraded from group at ~200 members or when features needed |
| Admin rights | Granular ChatAdministratorRights flags |
| Docs | core.telegram.org/bots/api#chat |
| File | Contents |
|---|
reference/admin-rights.md | Admin rights — ChatAdministratorRights, promoteChatMember, custom titles, anonymous admins |
reference/management.md | Group management — ban, restrict, invite links, pinning, chat settings, member queries |
Usage: Read the reference file matching your current task. Each file has working code examples and inline gotchas.