Sha256: c0cdfc3c971c69f013bc583e0e50304f74fe352c997ef3ad0230f8cc34251c80

Contents?: true

Size: 439 Bytes

Versions: 2

Compression:

Stored size: 439 Bytes

Contents

module TD::Types
  # Number of unread messages has changed.
  # This update is sent only if a message database is used.
  #
  # @attr unread_count [Integer] Total number of unread messages.
  # @attr unread_unmuted_count [Integer] Total number of unread messages in unmuted chats.
  class Update::UnreadMessageCount < Update
    attribute :unread_count, TD::Types::Integer
    attribute :unread_unmuted_count, TD::Types::Integer
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-ruby-2.1.0 lib/tdlib/types/update/unread_message_count.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/unread_message_count.rb