Interface QuickReplyMessageOption

interface QuickReplyMessageOption {
    title: string;
    type: string;
}

Properties

Properties

title: string
type: string