Class: TD::Types::ChatsNearby

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

Overview

Represents a list of chats located nearby.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#supergroups_nearbyArray<TD::Types::ChatNearby>

List of location-based supergroups nearby.

Returns:



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

def supergroups_nearby
  @supergroups_nearby
end

#users_nearbyArray<TD::Types::ChatNearby>

List of users nearby.

Returns:



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

def users_nearby
  @users_nearby
end