Interface QuickReplyMessageTextContent

interface QuickReplyMessageTextContent {
    footer: string;
    header: string;
    text: string;
    type: string;
}

Properties

Properties

footer: string
header: string
text: string
type: string