-
makes more sense, perhaps we could have `dump_json` and `load_json` attributes of `Config` which are then used in `parse_json()`, `json()` and `schema_json()` (and anywhere else we use encode/decode j…
-
```python
⚠️ An error occurred:
(, TypeError("'bool' object is not iterable"))
{}
```
-
```python
⚠️ An error occurred:
(, AttributeError("'NoneType' object has no attribute 'language'"))
{}
```
-
**Is your feature request related to a problem? Please describe.**
I'm writing telegram bot for interacting with Jira. The bot uses `aiogram` - asynchronous library, based on `aiohttp`. `jira` librar…
-
Do you know if there is already a library or a solution that lets convert formattedText to for example HTML or Markdown with respect to textEntities?
mib32 updated
5 years ago
-
I was wondering how aiogram's ForceReply can be used, mainly how to handle messages sent by the user as reply to a message sent by the bot with a ForceReply markup.
This is what I done so far:
1…
-
## Context
* Operating System: Ubuntu 18.04
* Python Version: 3.7.4
* aiogram version: 2.3
* aiohttp version: 3.5.4
## Expected Behavior
Handle such cases and escape symbols `_`, `*` and r…
-
## Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
* Operating System: Linux Mint 1…
-
## Context
i tried both aiohttp and run directly by python3
* Operating System: debian 10
* Python Version: 3.7.3
* aiogram version: lastest
* aiohttp version: lastest
* uvloop version (if i…
-
By using following example: https://aiogram.readthedocs.io/en/latest/examples/payments.html
I'm getting:
```
Traceback (most recent call last):
File "smart_guru_bot.py", line 46, in
async …