ExGram.Model.ChatAdministratorRights (ex_gram v0.32.0) View Source
Represents the rights of an administrator in a chat.
Check the documentation of this model in https://core.telegram.org/bots/api#chatadministratorrights
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.ChatAdministratorRights{ can_change_info: boolean(), can_delete_messages: boolean(), can_edit_messages: boolean() | nil, can_invite_users: boolean(), can_manage_chat: boolean(), can_manage_topics: boolean() | nil, can_manage_video_chats: boolean(), can_pin_messages: boolean() | nil, can_post_messages: boolean() | nil, can_promote_members: boolean(), can_restrict_members: boolean(), is_anonymous: boolean() }