@josue.0/whatsapp-cloud-api
Version:
Node.js library for creating bots and sending/receiving messages using the Whatsapp Cloud API
16 lines (15 loc) • 399 B
TypeScript
export declare enum PubSubEvents {
message = "message",
text = "text",
image = "image",
document = "document",
audio = "audio",
video = "video",
sticker = "sticker",
location = "location",
contacts = "contacts",
button_reply = "button_reply",
list_reply = "list_reply",
button = "button"
}
export declare type PubSubEvent = keyof typeof PubSubEvents;