class Telegram::API::BotCommandScopeAllGroupChats
Overview
Represents the scope of bot commands, covering all group and supergroup chats.
Defined in:
telegram/api/generated/types.crConstructors
-
.new(pull : JSON::PullParser)
Represents the scope of bot commands, covering all group and supergroup chats.
- .new(type : String)
Instance Method Summary
-
#type : String
Scope type, must be all_group_chats
-
#type=(type : String)
Scope type, must be all_group_chats
Instance methods inherited from class Telegram::API::Type
==(other)
==,
client
client
Constructor methods inherited from class Telegram::API::Type
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
Represents the scope of bot commands, covering all group and supergroup chats.