Class: TD::Types::BotInfo
- Defined in:
- lib/tdlib/types/bot_info.rb
Overview
Provides information about a bot and its supported commands.
Instance Attribute Summary collapse
-
#commands ⇒ Array<TD::Types::BotCommand>
A list of commands supported by the bot.
-
#description ⇒ TD::Types::String
Long description shown on the user info page.
Method Summary
Methods inherited from Base
Instance Attribute Details
#commands ⇒ Array<TD::Types::BotCommand>
A list of commands supported by the bot.
6 7 8 |
# File 'lib/tdlib/types/bot_info.rb', line 6 def commands @commands end |
#description ⇒ TD::Types::String
Long description shown on the user info page.
6 7 8 |
# File 'lib/tdlib/types/bot_info.rb', line 6 def description @description end |