Options
All
  • Public
  • Public/Protected
  • All
Menu

SilentMode contains APIs for silent mode operations.

Index

Functions

  • Get all conversations in silent mode.

    Parameters

    • this: Connection
    • params: { cursor?: string; pageSize: number }
      • Optional cursor?: string

        The cursor that specifies where to start to get data. If there will be data on the next page, this method will return the value of this field to indicate the position to start to get data of the next page. If it is null, the data of the first page will be fetched.

      • pageSize: number

        The number of data entries per page. The default value is 10.

    Returns Promise<AsyncResult<GetSilentModeRemindTypeConversationsResult>>

    connection.getAllSilentModeConversations({pageSize: 10})
    

Generated using TypeDoc