Constructors
constructor
- new ChatPageResult<T>(params): ChatPageResult<T>
Parameters
- params: {
list?: T[];
opt?: {
map: ((obj: any) => any);
};
pageCount: number;
}Optional
list?: T[]
Optional
opt?: {
map: ((obj: any) => any);
}
pageCount: number
Properties
pageCount
pageCount: number
The pagination class.
This class contains the cursor for the next query and the number of records on the page.
The class instance is returned when you make a paginated query.