Sha256: af52ed2e49e836eb18e198b1807bf4cbac3bf469e685157bf57966517ee9a54b
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 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-ruby-2.2.0 | lib/tdlib/types/chat_nearby.rb |