Class: TD::Types::ChatNearby
- Defined in:
- lib/tdlib/types/chat_nearby.rb
Overview
Describes a chat located nearby.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#distance ⇒ Integer
Distance to the chat location, in meters.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/chat_nearby.rb', line 6 def chat_id @chat_id end |
#distance ⇒ Integer
Distance to the chat location, in meters.
6 7 8 |
# File 'lib/tdlib/types/chat_nearby.rb', line 6 def distance @distance end |