UNPKG

stream-chat

Version:

JS SDK for the Stream Chat API

5 lines (3 loc) 213 B
export const DEFAULT_QUERY_CHANNELS_MESSAGE_LIST_PAGE_SIZE = 25; export const DEFAULT_QUERY_CHANNEL_MESSAGE_LIST_PAGE_SIZE = 100; export const DEFAULT_MESSAGE_SET_PAGINATION = { hasNext: false, hasPrev: false };