mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-23 06:50:29 +01:00
29 lines
1 KiB
Markdown
29 lines
1 KiB
Markdown
---
|
|
name: Question
|
|
about: Get help with errors or general questions
|
|
title: "[QUESTION]"
|
|
labels: 'question :question:'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!--
|
|
Hey there, you have a question? We are happy to answer. Please make sure no similar question was opened already.
|
|
|
|
The following template is a suggestion how you can report an issue you run into whilst using our library. If you just want to ask a question, feel free to delete everything; just make sure you have a describing title :)
|
|
|
|
Please mind that there is also a users' Telegram group at https://t.me/pythontelegrambotgroup for questions about the library. Questions asked there might be answered quicker than here. In case you are unable to join our group due to Telegram restrictions, you can use our IRC channel at https://webchat.freenode.net/?channels=##python-telegram-bot to participate in the group.
|
|
-->
|
|
|
|
### Issue I am facing
|
|
Please describe the issue here in as much detail as possible
|
|
|
|
### Traceback to the issue
|
|
```
|
|
put it here
|
|
```
|
|
|
|
### Related part of your code
|
|
```python
|
|
put it here
|
|
```
|