Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface API

Hierarchy

  • API

Indexable

[key: string]: (...args: any[]) => any
    • (...args: any[]): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Index

Methods

addParticipant

  • addParticipant(groupId: string, contacts: string | string[]): Promise<InterfaceScope>

checkNumberStatus

  • checkNumberStatus(number: string): Promise<CheckNumber>

createGroup

  • createGroup(groupName: string, contacts: string | string[]): Promise<InterfaceScope>

eventInterfaceChange

  • eventInterfaceChange(): Promise<void>

eventNewDeleteMessage

  • eventNewDeleteMessage(): Promise<void>

eventNewEditMessage

  • eventNewEditMessage(): Promise<void>

eventNewMessage

  • eventNewMessage(): Promise<void>

eventNewOnAck

  • eventNewOnAck(): Promise<void>

eventOnIntroReactionMessage

  • eventOnIntroReactionMessage(): Promise<void>

eventOnReactionMessage

  • eventOnReactionMessage(): Promise<void>

getAllChats

  • getAllChats(): Promise<any>

getAllChatsGroups

  • getAllChatsGroups(): Promise<any>

getAllContacts

  • getAllContacts(): Promise<Contact>

getCodeForPhoneNumber

  • getCodeForPhoneNumber(PhoneNumber: string): Promise<any>

getGroupParticipant

  • getGroupParticipant(groupId: string): Promise<any>

getHost

getInterface

  • getInterface(): Promise<any>

getWAVersion

  • getWAVersion(): Promise<string>

loadAndGetAllMessagesInChat

  • loadAndGetAllMessagesInChat(chatId: string, date: string): Promise<any>

logoutSession

  • logoutSession(): Promise<any>

refreshAltLinkingCode

  • refreshAltLinkingCode(): Promise<any>

screenshot

  • screenshot(options: Readonly<ScreenshotOptions> & { encoding: "base64" }): Promise<string>
  • Function to take a screenshot

    Parameters

    • options: Readonly<ScreenshotOptions> & { encoding: "base64" }

      Options for the screenshot

    Returns Promise<string>

sendMessage

  • sendMessage(to: string, body: string, options: object): Promise<any>
  • Send a message to a contact or group

    Parameters

    • to: string
    • body: string
    • options: object

    Returns Promise<any>

serializeIntroReactions

  • serializeIntroReactions(emoji: object, type: object): Promise<[] | ReactionIntro>

serializeMessageObj

  • serializeMessageObj(msg: object): Promise<void>

serializeReactions

  • serializeReactions(emoji: object, collections: object, type: object): Promise<object[]>

setGroupDescription

  • setGroupDescription(groupId: string, description: string): Promise<InterfaceScope>

setGroupImage

Generated using TypeDoc