MadelineProto/docs/API_docs/constructors/botCommand.md
2016-12-19 20:35:27 +03:00

385 B

Constructor: botCommand

Attributes:

Name Type Required
command string Required
description string Required

Type:

BotCommand

Example:

$botCommand = ['_' => botCommand', 'command' => string, 'description' => string, ];