Type alias PersistentMenuItem

PersistentMenuItem: {
    id: string;
    label: string;
    postback: string;
}

Type declaration

  • id: string
  • label: string
  • postback: string

Generated using TypeDoc