Skip to content

GramIO API Reference / gramio/dist / TelegramBotCommand

Interface: TelegramBotCommand

Defined in: @gramio/types/out/objects.d.ts:5104

This object represents a bot command.

Documentation

Properties

PropertyTypeDescriptionDefined in
commandstringText of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores.@gramio/types/out/objects.d.ts:5108
descriptionstringDescription of the command; 1-256 characters.@gramio/types/out/objects.d.ts:5112