class Tourmaline::BotCommandScopeAllGroupChats

Overview

Represents the scope of bot commands, covering all group and supergroup chats.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(type : String) #

[View source]

Instance Method Detail

def type : String #

Scope type, must be all_group_chats


[View source]
def type=(type : String) #

Scope type, must be all_group_chats


[View source]