Sha256: e0cef6afb53c86a818356576145ca2edfedaeb1dd6137e89528a63c18edd0097
Contents?: true
Size: 464 Bytes
Versions: 4
Compression:
Stored size: 464 Bytes
Contents
module TD::Types # A message with an unread mention was read. # # @attr chat_id [Integer] Chat identifier. # @attr message_id [Integer] Message identifier. # @attr unread_mention_count [Integer] The new number of unread mention messages left in the chat. class Update::MessageMentionRead < Update attribute :chat_id, TD::Types::Integer attribute :message_id, TD::Types::Integer attribute :unread_mention_count, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems