Tourmaline::ChatPermissions
Inherits Tourmaline::Model < JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(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)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
can_add_web_page_previews
Sourcecan_change_info
Sourcecan_invite_users
Sourcecan_manage_topics
Sourcecan_pin_messages
Sourcecan_send_media_messages
Sourcecan_send_messages
Sourcecan_send_other_messages
Sourcecan_send_polls
Source