ExGram v0.24.0 Release Notes
-
- ⚡️ Update Telegram API to 5.3
- 💥 Breaking changes from the API:
📇 Renamed method kickChatMember to banChatMember
📇 Renamed method getChatMembersCount to getChatMemberCount
ChatMember now has specific subtypes (ChatMemberOwner, ChatMemberAdministrator, ChatMemberMember, ChatMemberRestricted, ChatMemberLeft, ChatMemberBanned)
0️⃣ BotCommandScope now has specific subtypes (BotCommandScopeDefault, BotCommandScopeAllPrivateChats, BotCommandScopeAllGroupChats, BotCommandScopeAllChatAdministrators, BotCommandScopeChat, BotCommandScopeChatAdministrators, BotCommandScopeChatMember)