Wesley Francescon
Results
1
comments of
Wesley Francescon
Use `.on(quick_reply:YOUR_PAYLOAD)`. Example: ``` chat.say({ text: 'Some text', quickReplies: [{ content_type: "text", title: "Option One", payload: "OPTION_ONE" }, { content_type: "text", title: "Option Two", payload: "OPTION_TWO" }], typing: 1000 }...