Class ChatCursorResult<T>
Constructors
constructor
- new ChatCursorResult<T>(params: { cursor: string; list?: T[]; opt?: { map: any } }): ChatCursorResult<T>
Type Parameters
Parameters
params: { cursor: string; list?: T[]; opt?: { map: any } }
cursor: string
Optional list?: T[]
Optional opt?: { map: any }
export class type