-
our project is `github.com/pyed/example` contains one package `telegram` that uses `telegram-bot-api` and a `main.go`
```
$GOPATH/src/github.com/pyed/example
├── main.go
└── telegram
└── telegram…
-
``` log
2015/08/09 09:10:50 getUpdates: []
2015/08/09 09:11:10 getUpdates {"ok":true,"result":[]}
2015/08/09 09:11:10 getUpdates: []
2015/08/09 09:11:30 getUpdates {"ok":true,"result":[]}
2015/08/09 0…
-
Receiving a document/file using the current git code, throws an exception. It's hard to get by because the message remains available on the server.
#0 /var/www/telegram-bot/BaseType.php(76): TelegramB…
-
```
Exception in thread Thread-4203:
Traceback (most recent call last):
File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
self.run()
File "/usr/lib/python3.4/threading.py",…
-
How do I use reply_markup in send_message?
I've tried
```
bot.send_message(message.chat.id, 'done', reply_to_message_id=message.message_id, reply_markup=ReplyKeyboardHide(hide_keyboard=True, selecti…
-
Hey, this is a nice project. :+1:
But I am a little bit confused, how to use ReplyKeyboardMarkup.
I found this solution, but it doesn't make sense:
``` php
$bot = new BotApi('xyz');
$keyboard = new…
-
Do you have any plan on adding secret chats support?
I had an idea that I would like to use it. Reading your API, the one I like the most, I could not find anything about it.
If possible, please add …
-
```
Add an option to include all log entries in GPX file
(services/caches/formatters/gpx). Some people just want it REALLY bad ;)
```
Original issue reported on code.google.com by `rygielski` on 7 S…
-
My bad that I haven't opened this earlier as this is an issue with crossbar for quite a while. There is currently no clean way to terminate a component or a node. While `ApplicationSession.disconnect(…