Class: TD::Types::ChatList::Folder

Inherits:
TD::Types::ChatList show all
Defined in:
lib/tdlib/types/chat_list/folder.rb

Overview

A list of chats added to a chat folder.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_folder_idInteger

Chat folder identifier.

Returns:

  • (Integer)

    the current value of chat_folder_id



5
6
7
# File 'lib/tdlib/types/chat_list/folder.rb', line 5

def chat_folder_id
  @chat_folder_id
end