Class: TD::Types::Update::UsersNearby

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/users_nearby.rb

Overview

List of users nearby has changed. The update is sent only 60 seconds after a successful searchChatsNearby request.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#users_nearbyArray<TD::Types::ChatNearby>

The new list of users nearby.

Returns:



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

def users_nearby
  @users_nearby
end