You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Get current state of unread counts for the user. Unread counts mean how many messages and threads are unread in the channels and threads the user is participating in.
258
258
///
259
259
/// This method can be used in offline mode as well to poll the latest unread counts without establishing a connection.
260
-
/// To use it this way, you need to call the <see cref="SeAuthorizationCredentials"/> method first to set the authorization credentials for the API call.
260
+
/// To use it this way, you need to call the <see cref="SetAuthorizationCredentials"/> method first to set the authorization credentials for the API call.
261
261
/// </summary>
262
262
/// <returns><see cref="StreamCurrentUnreadCounts"/>Contains information about unread counts in channels and threads</returns>
0 commit comments