-
Nicholas Lienner Wardle - Personal Webpage
body {
font-family: Arial, sans-serif;
background-color: #111;
color: #fff;
mar…
-
### Steps to reproduce
1. receive a `callback_query` update
2. try to edit the message markup with one of the update's shotcuts (`update.callback_query.message.edit_reply_markup()` or `update.ca…
-
### Steps to Reproduce
Actually I don't know how to reproduce it, but for some reasons i use polling and set proxy to connect to telegram bot like below:
```python3
application = Application.builde…
-
### Issue I am facing
Hello,
If a user interrupts a conversation in a state, he will not be able to continue the one. The conversation will be stuck at the first step. How can I fix it?
Below I…
-
### Issue I am facing
On calling ```await application.process_update(update)```, no call back is being triggered.
Expectations:
on sending `/start` in Telegram bot, I'm expecting that `self.start` …
-
hello
can you add some sort of filtering?
example i want it post when content include certain word
or forward post contain certain word to another chat.
or after posting in telegram delete post th…
-
### Issue I am facing
Hello,
How can I start web pooling at 13.11 version? The WiKi page with `Application` class is not actually...
THe code below does't work...
Generate SSL cert:
```she…
-
### Steps to reproduce
```python
with open("test.png", "rb") as f:
bot.sendPhoto(chat_id=settings.TELEGRAM_CHAT_ID, photo=f, caption=caption)
```
3.
### Expected behaviour
This code shoul…
-
### Steps to Reproduce
1. when bot reaches the line `application.run_polling()`
2. it returns timeout errors 90% of time.
3. occasionally bot can connect fine.
NOTE: Internet connection is fine.…
-
### Steps to Reproduce
here is my code
```
from telegram import Update
from telegram.ext import Updater, CallbackContext, CommandHandler
TOKEN = ''
def start(update: Update, context: Cal…