ExGram.Model.ChatPermissions (ex_gram v0.27.0) View Source
Describes actions that a non-administrator user is allowed to take in a chat.
Check the documentation of this model in https://core.telegram.org/bots/api#chatpermissions
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.ChatPermissions{ can_add_web_page_previews: boolean() | nil, can_change_info: boolean() | nil, can_invite_users: boolean() | nil, can_pin_messages: boolean() | nil, can_send_media_messages: boolean() | nil, can_send_messages: boolean() | nil, can_send_other_messages: boolean() | nil, can_send_polls: boolean() | nil }