class

Tourmaline::ChatMemberRestricted

Inherits JSON::Serializable / Reference / Object

Represents a chat member that is under certain restrictions in the chat. Supergroups only.

Constructors

new(status : String, user : Tourmaline::User, is_member : Bool, can_send_messages : Bool, can_send_audios : Bool, can_send_documents : Bool, can_send_photos : Bool, can_send_videos : Bool, can_send_video_notes : Bool, can_send_voice_notes : Bool, can_send_polls : Bool, can_send_other_messages : Bool, can_add_web_page_previews : Bool, can_change_info : Bool, can_invite_users : Bool, can_pin_messages : Bool, can_manage_topics : Bool, until_date : Time)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

can_add_web_page_previews=(can_add_web_page_previews : Bool)

True, if the user is allowed to add web page previews to their messages

Source
can_add_web_page_previews?

True, if the user is allowed to add web page previews to their messages

Source
can_change_info=(can_change_info : Bool)

True, if the user is allowed to change the chat title, photo and other settings

Source
can_change_info?

True, if the user is allowed to change the chat title, photo and other settings

Source
can_invite_users=(can_invite_users : Bool)

True, if the user is allowed to invite new users to the chat

Source
can_invite_users?

True, if the user is allowed to invite new users to the chat

Source
can_manage_topics=(can_manage_topics : Bool)

True, if the user is allowed to create forum topics

Source
can_manage_topics?

True, if the user is allowed to create forum topics

Source
can_pin_messages=(can_pin_messages : Bool)

True, if the user is allowed to pin messages

Source
can_pin_messages?

True, if the user is allowed to pin messages

Source
can_send_audios=(can_send_audios : Bool)

True, if the user is allowed to send audios

Source
can_send_audios?

True, if the user is allowed to send audios

Source
can_send_documents=(can_send_documents : Bool)

True, if the user is allowed to send documents

Source
can_send_documents?

True, if the user is allowed to send documents

Source
can_send_messages=(can_send_messages : Bool)

True, if the user is allowed to send text messages, contacts, invoices, locations and venues

Source
can_send_messages?

True, if the user is allowed to send text messages, contacts, invoices, locations and venues

Source
can_send_other_messages=(can_send_other_messages : Bool)

True, if the user is allowed to send animations, games, stickers and use inline bots

Source
can_send_other_messages?

True, if the user is allowed to send animations, games, stickers and use inline bots

Source
can_send_photos=(can_send_photos : Bool)

True, if the user is allowed to send photos

Source
can_send_photos?

True, if the user is allowed to send photos

Source
can_send_polls=(can_send_polls : Bool)

True, if the user is allowed to send polls

Source
can_send_polls?

True, if the user is allowed to send polls

Source
can_send_video_notes=(can_send_video_notes : Bool)

True, if the user is allowed to send video notes

Source
can_send_video_notes?

True, if the user is allowed to send video notes

Source
can_send_videos=(can_send_videos : Bool)

True, if the user is allowed to send videos

Source
can_send_videos?

True, if the user is allowed to send videos

Source
can_send_voice_notes=(can_send_voice_notes : Bool)

True, if the user is allowed to send voice notes

Source
can_send_voice_notes?

True, if the user is allowed to send voice notes

Source
is_member=(is_member : Bool)

True, if the user is a member of the chat at the moment of the request

Source
is_member?

True, if the user is a member of the chat at the moment of the request

Source
status

The member's status in the chat, always "restricted"

Source
status=(status : String)

The member's status in the chat, always "restricted"

Source
until_date

Date when restrictions will be lifted for this user; unix time. If 0, then the user is restricted forever

Source
until_date=(until_date : Time)

Date when restrictions will be lifted for this user; unix time. If 0, then the user is restricted forever

Source
user

Information about the user

Source
user=(user : Tourmaline::User)

Information about the user

Source