interface MessageButton {
    payload: string;
    text: string;
}

Properties

Properties

payload: string
text: string