Class: TD::Types::ChatMembers

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

Overview

Contains a list of chat members.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#membersArray<TD::Types::ChatMember>

A list of chat members.

Returns:



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

def members
  @members
end

#total_countInteger

Approximate total count of chat members found.

Returns:

  • (Integer)

    the current value of total_count



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

def total_count
  @total_count
end