Sha256: 1e40b30bf8b044025b54119390266fe824cc9c4e613d0b304536351587136d29
Contents?: true
Size: 490 Bytes
Versions: 3
Compression:
Stored size: 490 Bytes
Contents
module TD::Types # A message with a live location was viewed. # When the update is received, the application 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::Coercible::Integer attribute :message_id, TD::Types::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems