mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:57:46 +01:00
455 B
455 B
title |
---|
botCommand |
Constructor: botCommand
Attributes:
Name | Type | Required |
---|---|---|
command | string | Required |
description | string | Required |
Type: BotCommand
Example:
$botCommand = ['_' => botCommand', 'command' => string, 'description' => string, ];