Chat Flutter v3
Chat Flutter
Chat
Flutter
Version 3
Home
/
Chat
/
Flutter
/
User
Retrieve a list of blocked users
Copy link
By setting the UserListQuery
's queryType
to blocked
, you can retrieve a list of all or specific blocked users in your Sendbird application. The loadNext()
method returns a list of User
objects that contain information on the blocked users.
With the userIds
filter of the UserListQuery
, you can retrieve a list of the blocked users with the specified user IDs.