-
Hi!
I try to send message as
`client.send_message(entity=ch, message=txt, reply_to=None, parse_mode="html", link_preview=False, file=message.media, force_document=False)`
It works fine if messag…
ted24 updated
6 years ago
-
Hi,
just implemented a small daemon based on php-telegram-bot to receive text messages sent to my bot.
I realized, that the memory usage is steadily growing, up to 100% if you are waiting for a whi…
-
If notification comes in telegram, it is defined as notification from IntelliJ IDEA.
Telegram version: 1.1.19. Downloaded from oficial site. Extracted to /opt/Telegram/.
IntelliJ IDEA version: 201…
ghost updated
6 years ago
-
# [DFINITY](https://dfinity.org/) (DFN)
# Team
## R&D
- Dominic Williams (Chief Scientist) - Jan 2015 - Present | [Linkedin profile](https://www.linkedin.com/in/thedwilliams) | [Twitter](http://t…
-
Reproduction:
Open any chat-box, dont't type anything, press "send" sequence.
Result:
`/usr/local/lib/python3.5/dist-packages/telethon/telegram_client.py:1092: UserWarning: get_message_history is…
-
Hi, as we are using conda for managing package dependency, `fmpy` gets installed as conda package with a dependency to `pywin32`. So far so good.
But when I run `python setup.py develop` in my proj…
-
# [APPICS](https://appics.com) (XAP)
## Team
![appics-team-1](https://user-images.githubusercontent.com/32852887/37235363-54758a0e-23fe-11e8-8fe6-1e74599d3192.png)
![appics-team-2](https://user-i…
fccbb updated
6 years ago
-
I have a problem where my bot no longer receive messages over Telegram, until I restart my application. This usually happens over long-ish period (about 24 hours) and I don't have the best Internet co…
-
We use this code:
```golang
(defn -main
[& args]
(println "Bot running!")
(go-loop [ch (p/start token bot-api)]
(
-
I'm using raspberry pi with ARMBIAN 5.33 Debian GNU/Linux 8 (jessie) 4.9.80-v7+.
Following the guide for building java, i'm having this issue when running "cmake --build . --target install
" command…