class TelegramBot::SwitchInlineQueryChosenChat

Included Modules

Defined in:

telegram_bot/types/switch_inline_query_chosen_chat.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

def self.new(*, query : String | Nil = nil, allow_user_chats : Bool | Nil = nil, allow_bot_chats : Bool | Nil = nil, allow_group_chats : Bool | Nil = nil, allow_channel_chats : Bool | Nil = nil) #

Instance Method Detail

def allow_bot_chats=(allow_bot_chats : Bool | Nil) #

def allow_bot_chats? : Bool | Nil #

def allow_channel_chats=(allow_channel_chats : Bool | Nil) #

def allow_channel_chats? : Bool | Nil #

def allow_group_chats=(allow_group_chats : Bool | Nil) #

def allow_group_chats? : Bool | Nil #

def allow_user_chats=(allow_user_chats : Bool | Nil) #

def allow_user_chats? : Bool | Nil #

def query : String | Nil #

def query=(query : String | Nil) #