class Tourmaline::KeyboardButtonRequestChat

Included Modules

Defined in:

tourmaline/models/keyboard_button_request_chat.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(request_id : Int32, chat_is_channel : Bool | Nil, chat_is_forum : Bool | Nil, chat_has_username : Bool | Nil, chat_has_is_created : Bool | Nil, user_administrator_rights : ChatAdministratorRights | Nil, bot_administrator_rights : ChatAdministratorRights | Nil, bot_is_member : Bool | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bot_administrator_rights : ChatAdministratorRights | Nil #

[View source]
def bot_administrator_rights=(bot_administrator_rights : ChatAdministratorRights | Nil) #

[View source]
def bot_is_member : Bool | Nil #

[View source]
def bot_is_member=(bot_is_member : Bool | Nil) #

[View source]
def chat_has_is_created : Bool | Nil #

[View source]
def chat_has_is_created=(chat_has_is_created : Bool | Nil) #

[View source]
def chat_has_username : Bool | Nil #

[View source]
def chat_has_username=(chat_has_username : Bool | Nil) #

[View source]
def chat_is_channel : Bool | Nil #

[View source]
def chat_is_channel=(chat_is_channel : Bool | Nil) #

[View source]
def chat_is_forum : Bool | Nil #

[View source]
def chat_is_forum=(chat_is_forum : Bool | Nil) #

[View source]
def request_id : Int32 #

[View source]
def request_id=(request_id : Int32) #

[View source]
def user_administrator_rights : ChatAdministratorRights | Nil #

[View source]
def user_administrator_rights=(user_administrator_rights : ChatAdministratorRights | Nil) #

[View source]