Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChatCursorResult<T>

export class type

Type Parameters

  • T

Hierarchy

  • ChatCursorResult

Index

Constructors

Properties

Constructors

  • new ChatCursorResult<T>(params: { cursor: string; list?: T[]; opt?: { map: any } }): ChatCursorResult<T>
  • Type Parameters

    • T

    Parameters

    • params: { cursor: string; list?: T[]; opt?: { map: any } }
      • cursor: string
      • Optional list?: T[]
      • Optional opt?: { map: any }
        • map:function
          • map(obj: any): any
          • Parameters

            • obj: any

            Returns any

    Returns ChatCursorResult<T>

Properties

cursor: string

The cursor that specifies where to start to get data.

list?: T[]

The request result.

Generated using TypeDoc