Sha256: abfece355bef71a4bf5127427386be9b02e2f94e84296ac62761c1f94a88dece

Contents?: true

Size: 439 Bytes

Versions: 4

Compression:

Stored size: 439 Bytes

Contents

module TD::Types
  # The message content was opened.
  # Updates voice note messages to "listened", video note messages to "viewed" and starts the TTL timer for
  #   self-destructing messages.
  #
  # @attr chat_id [Integer] Chat identifier.
  # @attr message_id [Integer] Message identifier.
  class Update::MessageContentOpened < Update
    attribute :chat_id, TD::Types::Integer
    attribute :message_id, TD::Types::Integer
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/update/message_content_opened.rb
tdlib-ruby-2.2.0 lib/tdlib/types/update/message_content_opened.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/message_content_opened.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/message_content_opened.rb