class TelegramBot::BotCommandScopeChatAdministrators

Included Modules

Defined in:

telegram_bot/types/bot_command_scope.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::BotCommandScope

to_json(json : JSON::Builder) to_json

Constructor Detail

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

def self.new(chat_id : Int32 | Int64 | String) #

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

Instance Method Detail

def chat_id : Int32 | Int64 | String #

def chat_id=(chat_id : Int32 | Int64 | String) #

def type : String #

def type=(type : String) #