Class: TD::Types::FoundUsers

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

Overview

Represents a list of found users.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#next_offsetTD::Types::String

The offset for the next request. If empty, then there are no more results.

Returns:

  • (TD::Types::String)

    the current value of next_offset



7
8
9
# File 'lib/tdlib/types/found_users.rb', line 7

def next_offset
  @next_offset
end

#user_idsArray<Integer>

Identifiers of the found users.

Returns:

  • (Array<Integer>)

    the current value of user_ids



7
8
9
# File 'lib/tdlib/types/found_users.rb', line 7

def user_ids
  @user_ids
end