Closed
Description
https://core.telegram.org/bots/api#july-29-2019
- Add new field
can_send_polls
toChatMember
entity. - Add
can_change_info
,can_invite_users
,can_pin_messages
toChatMember
entity for restricted users (previously available only for administrators). - Prepare for Bot API version 4.5, which allows nested
MessageEntity
entities.
Add support for animated stickers
- New field
is_animated
inSticker
andStickerSet
entities.
Add support for default permissions in groups
- New entity
ChatPermissions
, containing actions which a member can take in a chat. - New field
permissions
in theChat
entity. - New method
setChatPermissions
. - The field
all_members_are_administrators
has been removed from the documentation for theChat
entity. New bots should use thepermissions
field instead.