Sha256: daa19b3555e95a73abcec48e5029f72f045c1621524b016af79c0bc1052de020
Contents?: true
Size: 319 Bytes
Versions: 3
Compression:
Stored size: 319 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::Coercible::Integer attribute :distance, TD::Types::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.4 | lib/tdlib/types/chat_nearby.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/chat_nearby.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/chat_nearby.rb |