1 | <?php |
||
21 | class SetMyCommands extends TelegramMethods |
||
22 | { |
||
23 | /** |
||
24 | * A JSON-serialized list of bot commands to be set as the list of the bot's commands. At most 100 commands can be |
||
25 | * specified. |
||
26 | * |
||
27 | * @var BotCommand[] |
||
28 | */ |
||
29 | public $commands; |
||
30 | |||
31 | public static function bindToObject(TelegramResponse $data, LoggerInterface $logger): TelegramTypes |
||
35 | |||
36 | public function getMandatoryFields(): array |
||
42 | |||
43 | public function performSpecialConditions(): TelegramMethods |
||
48 | } |
||
49 |