Search Joined Groups Query Params
Pagination query parameters for searching joined groups.
Used by ai.nexconn.chat.channel.GroupChannel.createSearchJoinedGroupsQuery to create a pagination query object.
Usage example:
val params = SearchJoinedGroupsQueryParams(groupName = "Tech Discussion")
val query = GroupChannel.createSearchJoinedGroupsQuery(params)
query.loadNextPage { list, error -> ... }Content copied to clipboard
Parameters
group Name
group name search keyword, must not be null or empty, max length 64 characters
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Number of items per page. Defaults to 20, maximum 200
Link copied to clipboard
Whether to sort in ascending order. true: ascending; false: descending (default)
Link copied to clipboard
Whether to sort in ascending order. true: ascending; false: descending (default)
Link copied to clipboard
Number of items per page. Defaults to 20, maximum 200