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 }