Sha256: 46def93c42a1f28a01320240499cdca65764a631795b82224f495588b8c0e835
Contents?: true
Size: 461 Bytes
Versions: 2
Compression:
Stored size: 461 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::Coercible::Integer attribute :message_id, TD::Types::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/message_content_opened.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/message_content_opened.rb |