Class: TD::Types::Update::ChatActionBar

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

Overview

The chat action bar was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#action_barTD::Types::ChatActionBar?

The new value of the action bar; may be null.

Returns:



6
7
8
# File 'lib/tdlib/types/update/chat_action_bar.rb', line 6

def action_bar
  @action_bar
end

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



6
7
8
# File 'lib/tdlib/types/update/chat_action_bar.rb', line 6

def chat_id
  @chat_id
end