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 memberStateFilter in MemberListQuery to search members based on the state of the member in a Group Channel.
Added myMutedState in GroupChannel to show the state of the connected user in a Group Channel.
Added joinedMemberCount in GroupChannel to show the total count of joined users in a Group Channel.
Added getUnreadItemCount that receives an array argument having at least one among 'non_super_group_channel_unread_message_count', 'non_super_group_channel_invitation_count', 'super_group_channel_unread_message_count', and 'super_group_channel_invitation_count' in GroupChannel.
Changed the type of invitees from Member to User on onUserReceivedInvitation.