bottender
Advanced tools
Changelog
0.14.5 / 2017-11-21
--skip-validate
cli option to skip Joi
schema validation #31postMessage
#25You can use it to send additional attachments, like below:
context.postMessage('I am a test message', {
attachments: [
{
text: "And here's an attachment!",
},
],
});
See official docs for more available options.
Changelog
0.14.3 / 2017-11-14
context.sendMessage
context.sendTemplate
context.sendOpenGraphTemplate
context.sendMediaTemplate
context.associateLabel(labelId)
context.dissociateLabel(labelId)
context.getAssociatedLabels()
context.passThreadControl(targetAppId, metadata)
context.passThreadControlToPageInbox
context.takeThreadControl
messaging_type
as RESPONSE
when reply anything in the context. #12Changelog
0.14.19 / 2018-01-25
--ngrok-port
when setting webhook #171. For example:bottender messenger webhook set --ngrok-port 1234
bottender telegram webhook set --ngrok-port 1234
bottender viber webhook set --ngrok-port 1234