Type alias BuiltButtonComponent

BuiltButtonComponent: {
    index: string;
    parameters: ButtonParameter[];
    sub_type: "url" | "quick_reply";
    type: "button";
}

Type declaration

  • index: string
  • parameters: ButtonParameter[]
  • sub_type: "url" | "quick_reply"
  • type: "button"

Generated using TypeDoc