Class: TD::Types::BusinessBotManageBar
- Defined in:
- lib/tdlib/types/business_bot_manage_bar.rb
Overview
Contains information about a business bot that manages the chat.
Instance Attribute Summary collapse
-
#bot_user_id ⇒ Integer
User identifier of the bot.
-
#can_bot_reply ⇒ Boolean
True, if the bot can reply.
-
#is_bot_paused ⇒ Boolean
True, if the bot is paused.
-
#manage_url ⇒ TD::Types::String
URL to be opened to manage the bot.
Method Summary
Methods inherited from Base
Instance Attribute Details
#bot_user_id ⇒ Integer
User identifier of the bot.
9 10 11 |
# File 'lib/tdlib/types/business_bot_manage_bar.rb', line 9 def bot_user_id @bot_user_id end |
#can_bot_reply ⇒ Boolean
True, if the bot can reply.
9 10 11 |
# File 'lib/tdlib/types/business_bot_manage_bar.rb', line 9 def can_bot_reply @can_bot_reply end |
#is_bot_paused ⇒ Boolean
True, if the bot is paused. Use toggleBusinessConnectedBotChatIsPaused to change the value of the field.
9 10 11 |
# File 'lib/tdlib/types/business_bot_manage_bar.rb', line 9 def is_bot_paused @is_bot_paused end |
#manage_url ⇒ TD::Types::String
URL to be opened to manage the bot.
9 10 11 |
# File 'lib/tdlib/types/business_bot_manage_bar.rb', line 9 def manage_url @manage_url end |