Class: TD::Types::Update::ChatRemovedFromList

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

Overview

A chat was removed from a chat list.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



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

def chat_id
  @chat_id
end

#chat_listTD::Types::ChatList

The chat list from which the chat was removed.

Returns:



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

def chat_list
  @chat_list
end