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