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

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/update/message_live_location_viewed.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/update/message_live_location_viewed.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/message_live_location_viewed.rb