/** * Body of the interactive message. */ export interface WhatsAppInteractiveBody { /** The content of the message (1024 characters maximum). Emojis and Markdown are supported. */ text: string; }