class BotCommandScopeDefault implements BotCommandScopeInterface

Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.

Methods

__construct(string $type)

No description

string
getType()

Scope type, must be default.

Details

at line 13
__construct(string $type)

No description

Parameters

string $type

at line 20
string getType()

Scope type, must be default.

Return Value

string