Class: TD::Types::BotCommand
- Defined in:
- lib/tdlib/types/bot_command.rb
Overview
Represents a command supported by a bot.
Instance Attribute Summary collapse
-
#command ⇒ TD::Types::String
Text of the bot command.
-
#description ⇒ TD::Types::String
Description of the bot command.
Method Summary
Methods inherited from Base
Instance Attribute Details
#command ⇒ TD::Types::String
Text of the bot command.
6 7 8 |
# File 'lib/tdlib/types/bot_command.rb', line 6 def command @command end |
#description ⇒ TD::Types::String
Description of the bot command.
6 7 8 |
# File 'lib/tdlib/types/bot_command.rb', line 6 def description @description end |