-
Awesome!
If someone would be run bot-api on cloud native environment pull requests with Dockerfiles will be accepted or users must implement it on their side?
-
I'm obviously new to using this module and telegram bot API so apologies in advance for asking stupid questions.
Question: How do you get the list of chats (list of chat_id or chat_url) in which your…
-
Can I get all members in chat/channel. Or handle new user join?
-
Hello. My bot doesn't receive any message and doesn't log anything in case of image/video + text message upload. Is there any example? Thanks
`aiogram==2.4`
```python
...
45 @dp.message_handler(…
-
Pooling task created but will stopped never
This is not True
creating task - https://github.com/aiogram/aiogram/blob/6831962e3cf8f5a36d8ef6ea046b5044b1e59b6a/aiogram/utils/executor.py#L306
…
-
## Context
* Operating System: ubuntu 19.10
* Python Version: 3.7
* aiogram version: 2.6.1
* aiohttp version: 3.6.2
* uvloop version (if installed): 0.14.0
## Expected Behavior
So that th…
-
**Is your feature request related to a problem? Please describe.**
Write a `/start` handler which creates a keyboard with `KeyboardButtonPollType` button and sends it.
Try adding bot to a group and …
-
**Describe the bug**
`mkdocs build` (runned from directory with its config) raises this error
```
ERROR - Error reading page 'index.md': unsupported operand type(s) for +: 'NoneType' and 'str'
…
-
**Is your feature request related to a problem? Please describe.**
Sometimes I need to check bot's user_id without using async methods
**Describe the solution you'd like**
We can get bot's user_i…
-
## Context
* aiogram version: 2.6.1
## Current Behavior
[Chat.get_mention](https://github.com/aiogram/aiogram/blob/3355c64b64bc25ebeca734f90452111477dca689/aiogram/types/chat.py#L67) and [Use…