interface MessageText {
    body?: string;
    buttons?: { qr_buttons?: [""]; type: "qr_button" };
    footer?: string;
    header?: string;
}

Properties

body?: string
buttons?: { qr_buttons?: [""]; type: "qr_button" }
footer?: string
header?: string