Sendbird Chat SDK for .NET
SbBlockedUserListQueryParams

Params for creating a SbBlockedUserListQuery object. More...

Properties

List< string > UserIdsFilter [get, set]
 User IDs filter. User list containing the passed User IDs will be returned. More...
 
int Limit = SendbirdChatMainContext.QUERY_DEFAULT_LIMIT [get, set]
 The maximum number of items per queried page. More...
 

Detailed Description

Params for creating a SbBlockedUserListQuery object.

Since
4.0.0

Property Documentation

◆ Limit

int Limit = SendbirdChatMainContext.QUERY_DEFAULT_LIMIT
getset

The maximum number of items per queried page.

Since
4.0.0

◆ UserIdsFilter

List<string> UserIdsFilter
getset

User IDs filter. User list containing the passed User IDs will be returned.

Since
4.0.0