Class: TD::Types::Chats

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/chats.rb

Overview

Represents a list of chats.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idsArray<Integer>

List of chat identifiers.

Returns:

  • (Array<Integer>)

    the current value of chat_ids



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

def chat_ids
  @chat_ids
end