Files
botpress--botpress/integrations/whatsapp/src/misc/constants.ts
T
2026-07-13 13:34:48 +08:00

8 lines
230 B
TypeScript

export namespace WHATSAPP {
export const API_VERSION = 'v22.0'
export const API_URL = `https://graph.facebook.com/${API_VERSION}`
export const INTERACTIVE_MAX_BUTTONS_COUNT = 3
export const BUTTON_LABEL_MAX_LENGTH = 20
}