Class BotCommand
java.lang.Object
io.github.natanimn.telebof.types.bot.BotCommand
- All Implemented Interfaces:
- Serializable
This object represents a bot command.
- Since:
- 3 March 2025
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionText of the command; 1-32 characters.Description of the command; 1-256 characters.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
commandText of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores.
- 
descriptionDescription of the command; 1-256 characters.
 
- 
- 
Constructor Details- 
BotCommand
 
-