class BotCommandScopeAllGroupChats implements BotCommandScopeInterface

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

Methods

__construct(string $type)

No description

string
getType()

Scope type, must be all_group_chats.

Details

at line 13
__construct(string $type)

No description

Parameters

string $type

at line 20
string getType()

Scope type, must be all_group_chats.

Return Value

string