Unread Mention Me Channels Params
Get @me Unread messages Channel list Query parameters.
Usage Example:
val params = UnreadMentionMeChannelsParams(
channelTypes = listOf(ChannelType.GROUP, ChannelType.COMMUNITY)
).apply {
topPriority = true
pageSize = 20
}
val query = BaseChannel.createUnreadMentionMeChannelsQuery(params)
query.loadNextPage { channels, error ->
// ...
}Content copied to clipboard
Whether pinned first.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
valid Value 1, 100, Default 20.
Link copied to clipboard
Pass 0 indicates Query latest When time channel,
Link copied to clipboard
Pass true indicates pinned channel priority Returns, Otherwise Result only by When time Sort.
Link copied to clipboard
valid Value 1, 100, Default 20.
Link copied to clipboard
Pass 0 indicates Query latest When time channel,
Link copied to clipboard
Pass true indicates pinned channel priority Returns, Otherwise Result only by When time Sort.