trysoftwacloudapi
Version:
TrySoft Whatsapp Cloud Api Wrapper
17 lines (16 loc) • 418 B
TypeScript
export declare enum PubSubEvents {
message = "message",
text = "text",
image = "image",
document = "document",
audio = "audio",
video = "video",
sticker = "sticker",
location = "location",
contacts = "contacts",
order = "order",
button_reply = "button_reply",
list_reply = "list_reply",
nfm_reply = "nfm_reply"
}
export type PubSubEvent = keyof typeof PubSubEvents;