Interface ListMessageItemOption

interface ListMessageItemOption {
    description: string;
    postbackText: string;
    title: string;
    type: string;
}

Properties

description: string
postbackText: string
title: string
type: string