Indexable
[key: string]: (...args: any[]) => any
Methods
addParticipant
- addParticipant(groupId: string, contacts: string | string[]): Promise<InterfaceScope>
-
Parameters
-
groupId: string
-
contacts: string | string[]
checkNumberStatus
- checkNumberStatus(number: string): Promise<CheckNumber>
createGroup
- createGroup(groupName: string, contacts: string | string[]): Promise<InterfaceScope>
-
Parameters
-
groupName: string
-
contacts: string | string[]
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>
getCodeForPhoneNumber
- getCodeForPhoneNumber(PhoneNumber: string): Promise<any>
-
Parameters
Returns Promise<any>
getGroupParticipant
- getGroupParticipant(groupId: string): Promise<any>
-
Parameters
Returns Promise<any>
getInterface
- getInterface(): Promise<any>
getWAVersion
- getWAVersion(): Promise<string>
loadAndGetAllMessagesInChat
- loadAndGetAllMessagesInChat(chatId: string, date: string): Promise<any>
-
Parameters
-
chatId: string
-
date: string
Returns Promise<any>
logoutSession
- logoutSession(): Promise<any>
refreshAltLinkingCode
- refreshAltLinkingCode(): Promise<any>
screenshot
- screenshot(options: Readonly<ScreenshotOptions> & { encoding: "base64" }): Promise<string>
-
Parameters
-
options: Readonly<ScreenshotOptions> & { encoding: "base64" }
Returns Promise<string>
sendMessage
- sendMessage(to: string, body: string, options: object): Promise<any>
-
Parameters
-
to: string
-
body: string
-
options: object
Returns Promise<any>
serializeIntroReactions
- serializeIntroReactions(emoji: object, type: object): Promise<[] | ReactionIntro>
-
Parameters
-
emoji: object
-
type: object
serializeMessageObj
- serializeMessageObj(msg: object): Promise<void>
-
Parameters
Returns Promise<void>
serializeReactions
- serializeReactions(emoji: object, collections: object, type: object): Promise<object[]>
-
Parameters
-
emoji: object
-
collections: object
-
type: object
Returns Promise<object[]>
setGroupDescription
- setGroupDescription(groupId: string, description: string): Promise<InterfaceScope>
-
Parameters
-
groupId: string
-
description: string
Add participants to a group