Package ai.nexconn.chat.channel
Object OpenChannel.Companion
-
- All Implemented Interfaces:
public class OpenChannel.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static OpenChannel.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final OpenChannelMessagesQuerycreateOpenChannelMessagesQuery(OpenChannelMessagesQueryParams params)Creates a paginated query for open channel history messages. -
-
Method Detail
-
createOpenChannelMessagesQuery
final OpenChannelMessagesQuery createOpenChannelMessagesQuery(OpenChannelMessagesQueryParams params)
Creates a paginated query for open channel history messages.
Use OpenChannelMessagesQuery.loadNextPage to load messages page by page.
- Parameters:
params- Query parameters including channel ID, page size and sort order- Returns:
A paginated message query object
-
-
-
-