Interface QuickRepliesMessagePayload

Hierarchy

  • QuickRepliesMessagePayload

Properties

Properties

actions: {
    postback: string;
    text: string;
    type: string;
}[]

Type declaration

  • postback: string
  • text: string
  • type: string
text: {
    content: string;
}

Type declaration

  • content: string

Generated using TypeDoc