Sha256: 610ce6f93472f1f4bd6e96be0ff68bd537d2b6fbd7cca4eee663be8240359f72
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
module TD::Types # A message with a live location was viewed. # When the update is received, the client is supposed to update the live location. # # @attr chat_id [Integer] Identifier of the chat with the live location message. # @attr message_id [Integer] Identifier of the message with live location. class Update::MessageLiveLocationViewed < Update attribute :chat_id, TD::Types::Integer attribute :message_id, 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/update/message_live_location_viewed.rb |