Sha256: d9c488fb5e31be3174277facc10284e87fd323bed6753c901f3599950172a38c
Contents?: true
Size: 349 Bytes
Versions: 2
Compression:
Stored size: 349 Bytes
Contents
module TD::Types # Represents a location to which a chat is connected. # # @attr location [TD::Types::Location] The location. # @attr address [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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/chat_location.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/chat_location.rb |