class MenuButtonCommands implements MenuButtonInterface

Represents a menu button, which opens the bot's list of commands.

Methods

__construct(string $type)

No description

string
getType()

Type of the button, must be commands.

Details

at line 13
__construct(string $type)

No description

Parameters

string $type

at line 20
string getType()

Type of the button, must be commands.

Return Value

string