Closed
Description
https://core.telegram.org/bots/api#november-5-2021
- Added the fields
creates_join_request
andpending_join_request_count
to theChatInviteLink
entity. - Added the field
name
to theChatInviteLink
entity. - Added updates about new requests to join the chat, represented by the
ChatJoinRequest
entity and the fieldchat_join_request
in theUpdate
entity. - Added the methods
approveChatJoinRequest
anddeclineChatJoinRequest
for managing requests to join the chat. - Added support for the
choose_sticker action
in the methodsendChatAction
.