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.
Added setter and getter methods for GUID in BannedMembersRequestBuilder and GroupMembersRequest.
Introduced various getters for all the request classes to improve data fetching and customization.
Enhanced AppSettings with new getters for subscription types, roles, region, and host overrides.