• Calls a method by its numeric ID with the specified arguments. See Call for details.

    Parameters

    • methodID: number

      The ID of the method to call.

    • Rest ...args: any[]

      The arguments to pass to the method.

    Returns Promise<any>

    • The result of the method call.

Generated using TypeDoc