Class: TD::Types::Update::ChatBusinessBotManageBar

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/chat_business_bot_manage_bar.rb

Overview

The bar for managing business bot was changed in a chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#business_bot_manage_barTD::Types::BusinessBotManageBar?

The new value of the business bot manage bar; may be null.

Returns:



7
8
9
# File 'lib/tdlib/types/update/chat_business_bot_manage_bar.rb', line 7

def business_bot_manage_bar
  @business_bot_manage_bar
end

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



7
8
9
# File 'lib/tdlib/types/update/chat_business_bot_manage_bar.rb', line 7

def chat_id
  @chat_id
end