unreadCount property

  1. @TagNumber.new(60)
Int64 get unreadCount

Stores the number of unread messages in this stream for the specific user (on the basis of the auth token)

Implementation

@$pb.TagNumber(60)
$fixnum.Int64 get unreadCount => $_getI64(12);
  1. @TagNumber.new(60)
set unreadCount (Int64 value)

Implementation

@$pb.TagNumber(60)
set unreadCount($fixnum.Int64 value) => $_setInt64(12, value);