/** * Footer of the interactive message. */ export interface WhatsAppInteractiveFooter { /** The footer content (60 characters maximum). Emojis, Markdown and links are supported. */ text: string; }