Class: TD::Types::Users

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

Overview

Represents a list of users.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#total_countInteger

Approximate total count of users found.

Returns:

  • (Integer)

    the current value of total_count



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

def total_count
  @total_count
end

#user_idsArray<Integer>

A list of user identifiers.

Returns:

  • (Array<Integer>)

    the current value of user_ids



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

def user_ids
  @user_ids
end