Bot API 4.4
Bot API 4.4 changes #176
- Added support for animated stickers. New field is_animated in Sticker and StickerSet objects
- Added support for default permissions in groups. New object ChatPermissions, containing actions which a member can take in a chat. New field permissions in the Chat object; new method setChatPermissions
- Added support for more permissions for group and supergroup members: added the new field can_send_polls to ChatMember object
- The method restrictChatMember now takes the new user permissions in a single argument of the type ChatPermissions