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
Added a new method includeBlockedUsers in ConversationsRequestBuilder to allow fetching conversations of users blocked by the logged-in user.
Introduced a method withBlockedInfo in ConversationsRequestBuilder to fetch blocked information in the conversation object, such as blockedByMe and hasBlockedMe.
Introduced various public variables for all the request classes to improve data fetching and customization.
Enhanced AppSettings with public variables for subscription types, roles, region, and host overrides.
Added a new parameter for scopes in BannedMembersRequestBuilder.