Wrong attachment example
bgbraga opened this issue · 1 comments
bgbraga commented
There is a wrong example of send attachment at base_bot.js
Is is also affecting the documentation site.
- @example
- bot.sendAttachmentFromURLTo('image', "some image url you've got", update.sender.id);
*/
sendAttachmentFromUrlTo(type, url, recipientId, sendOptions) {
- bot.sendAttachmentFromURLTo('image', "some image url you've got", update.sender.id);
The "URL" camel case is wrong at example / documentation.
clemens-tolboom commented
This will be fixed by #31