class
TelegramBot::BotCommandScopeChatAdministrators
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/bot_command_scope.crConstructors
- .new(pull : JSON::PullParser)
- .new(chat_id : Int32 | Int64 | String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #chat_id : Int32 | Int64 | String
- #chat_id=(chat_id : Int32 | Int64 | String)
- #type : String
- #type=(type : String)