-
> Bug Report
I have read:
* [Usage information](https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md)
* [Help information](https://github.com/yagop/node-telegram-…
-
How am I supposed to send a gif? I'm finding a lot of issues about this and they're all replying with "use the sendDocument function!". But when I'm sending a document using a GIF url, Telegram is ret…
-
I tried to install plugin following the readme instructions but ended up with error at bot init step.
```
bundle exec rake chat_telegram:bot PID_DIR='/var/run/' RAILS_ENV=production
/usr/local/li…
-
Sample code working on Telegram, Facebook, slack and webchat but not on Kik
{"type":"message","text":"hola","from":{"id":"regressionbot","name":"RegressionFB"},"recipient":{"id":"conversalab","name…
mcsee updated
7 years ago
-
Post your suggestions here - put a like on the ideas you love so we can get a feeling of the final result.
@yossigil FYI
-
Remember to follow the [pre bug report](https://github.com/caskroom/homebrew-cask/blob/master/doc/reporting_bugs/pre_bug_report.md) guide beforehand. Failure to do so might get your issue closed.
#…
ghost updated
7 years ago
-
``` nim
import base64
var file = readFile("foo.json")
echo encode(file).decode()
```
foo.json:
```
[
{
"name": "argument_parser",
"url": "git://github.com/gradha/argument_parser/",
"m…
dom96 updated
8 years ago
-
Hi,
When i want to send document in line var msg = bot.MakeRequestAsync(req).Result; i have error :
One or more errors occurred. (How to see the original error?)
my file is pdf and size is 1.7 mb !!!…