Sha256: 25bd237fc0f1209621332af601591d2ff0f76f9fc674bb4d2855c20f53d7efa7

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 Bytes

Contents

module TD::Types
  # The chat unread_mention_count has changed.
  #
  # @attr chat_id [Integer] Chat identifier.
  # @attr unread_mention_count [Integer] The number of unread mention messages left in the chat.
  class Update::ChatUnreadMentionCount < Update
    attribute :chat_id, TD::Types::Coercible::Integer
    attribute :unread_mention_count, 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/chat_unread_mention_count.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/chat_unread_mention_count.rb