Sha256: 119e08d7e2d8f0d833d2241ebd302cac93bdb12499c929c7ef1367833cc9f4c2
Contents?: true
Size: 360 Bytes
Versions: 3
Compression:
Stored size: 360 Bytes
Contents
module TD::Types # Represents a location to which a chat is connected. # # @attr location [TD::Types::Location] The location. # @attr address [TD::Types::String] Location address; 1-64 characters, as defined by the chat owner. class ChatLocation < Base attribute :location, TD::Types::Location attribute :address, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.4 | lib/tdlib/types/chat_location.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/chat_location.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/chat_location.rb |