Class: TD::Types::ChatsNearby
- Defined in:
- lib/tdlib/types/chats_nearby.rb
Overview
Represents a list of chats located nearby.
Instance Attribute Summary collapse
-
#supergroups_nearby ⇒ Array<TD::Types::ChatNearby>
List of location-based supergroups nearby.
-
#users_nearby ⇒ Array<TD::Types::ChatNearby>
List of users nearby.
Method Summary
Methods inherited from Base
Instance Attribute Details
#supergroups_nearby ⇒ Array<TD::Types::ChatNearby>
List of location-based supergroups nearby.
6 7 8 |
# File 'lib/tdlib/types/chats_nearby.rb', line 6 def supergroups_nearby @supergroups_nearby end |
#users_nearby ⇒ Array<TD::Types::ChatNearby>
List of users nearby.
6 7 8 |
# File 'lib/tdlib/types/chats_nearby.rb', line 6 def users_nearby @users_nearby end |