Options
All
  • Public
  • Public/Protected
  • All
Menu

Module controllers/initializer

Index

Variables

Const configWithCases

configWithCases: any = ...

Const pkg

pkg: any = ...

Let screenshot

screenshot: any

Functions

create

  • Used to initialize the client session.

    Note It is required to set all config variables as ConfigObject that includes both sessionId. Setting the session id as the first variable is no longer valid

    e.g

    create({
    sessionId: 'main',
    customUserAgent: ' 'WhatsApp/2.16.352 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15',
    blockCrashLogs true,
    ...
    })....
    

    Parameters

    Returns Promise<Client>

Const timeout

  • timeout(ms: number): Promise<unknown>
  • Parameters

    • ms: number

    Returns Promise<unknown>