ChatPermissions Interface
Properties
canAddWebPagePreviews boolean
*true*, if the user is allowed to add web page previews to their messages, implies canSendMediaMessages
See the codecanChangeInfo boolean
*true*, if the user is allowed to change the chat title, photo and other settings. Ignored in public supergroups
See the codecanManageTopics boolean
*true*, if the user is allowed to create forum topics. If omitted defaults to the value of can_pin_messages
See the codecanPinMessages boolean
*true*, if the user is allowed to pin messages. Ignored in public supergroups
See the codecanSendMediaMessages boolean
*true*, if the user is allowed to send audios, documents, photos, videos, video notes and voice notes, implies canSendMessages
See the codecanSendMessages boolean
*true*, if the user is allowed to send text messages, contacts, locations and venues
See the codecanSendOtherMessages boolean
*true*, if the user is allowed to send animations, games, stickers and use inline bots, implies canSendMediaMessages
See the codecanSendPolls boolean
*true*, if the user is allowed to send polls, implies canSendMessages
See the code