class

Tourmaline::ChatPermissions

Inherits Tourmaline::Model < JSON::Serializable < Reference < Object

Constructors

new(can_send_messages : Bool = true, can_send_media_messages : Bool = true, can_send_polls : Bool = true, can_send_other_messages : Bool = true, can_add_web_page_previews : Bool = true, can_change_info : Bool = true, can_invite_users : Bool = true, can_pin_messages : Bool = true, can_manage_topics : Bool = true)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

can_add_web_page_previews
Source
can_add_web_page_previews=(can_add_web_page_previews : Bool)
Source
can_change_info
Source
can_change_info=(can_change_info : Bool)
Source
can_invite_users
Source
can_invite_users=(can_invite_users : Bool)
Source
can_manage_topics
Source
can_manage_topics=(can_manage_topics : Bool)
Source
can_pin_messages
Source
can_pin_messages=(can_pin_messages : Bool)
Source
can_send_media_messages
Source
can_send_media_messages=(can_send_media_messages : Bool)
Source
can_send_messages
Source
can_send_messages=(can_send_messages : Bool)
Source
can_send_other_messages
Source
can_send_other_messages=(can_send_other_messages : Bool)
Source
can_send_polls
Source
can_send_polls=(can_send_polls : Bool)
Source