- getChatMemberCount: channel/supergroup participant count (numeric chat_id). - getChatMember: resolves a member via GetParticipant, projected to a Bot API ChatMember (creator/administrator/restricted/member/left/kicked with the matching rights); a user simply not in an accessible chat returns "left". - getChat now uses the full channel view and adds permissions (from the default restrictions), slow_mode_delay, linked_chat_id and pinned_message. Channel-only methods reject user chat_ids; private chats the bot cannot access return CHAT_NOT_FOUND. |
||
|---|---|---|
| .. | ||
| bot_commands.go | ||
| ephemeral.go | ||
| formatted_text.go | ||
| formatted_text_test.go | ||
| inline.go | ||
| projection.go | ||
| rich_message.go | ||
| server.go | ||
| server_test.go | ||
| webhook.go | ||
| webhook_test.go | ||