MadelineProto/docs/API_docs/constructors/botCommand.md

367 B

Constructor: botCommand

Attributes:

Name Type Required
command string Required
description string Required

Type: BotCommand

Example:

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