Sha256: 2470142669036989523f81e05fea046dc14cd2f319a674c80f4e986b7d16725e
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
module TD::Types # Describes a chat located nearby. # # @attr chat_id [Integer] Chat identifier. # @attr distance [Integer] Distance to the chat location, in meters. class ChatNearby < Base attribute :chat_id, TD::Types::Integer attribute :distance, TD::Types::Integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/chat_nearby.rb |