Please mind that there is also a users' [Telegram group](https://t.me/pythontelegrambotgroup) for questions about the library. Questions asked there might be answered quicker than here. Moreover, [GitHub Discussions](https://github.com/python-telegram-bot/python-telegram-bot/discussions) offer a slightly better format to discuss usage questions.
If you have asked the same question elsewhere (e.g. the [Telegram group](https://t.me/pythontelegrambotgroup) or [StackOverflow](https://stackoverflow.com/questions/tagged/python-telegram-bot)), provide a link to that thread.
description:"Please describe the issue here in as much detail as possible"
validations:
required:true
- type:textarea
id:traceback
attributes:
label:"Traceback to the issue"
description:"If you are facing a specific error message, please paste the traceback here. This will be automatically formatted into python code, so no need for backticks."
placeholder:|
Traceback (most recent call last):
File "/home/bot.py", line 1, in main
foo = bar()
...
telegram.error.BadRequest:Traceback not found
render:python
- type:textarea
id:related-code
attributes:
label:"Related part of your code"
description:"This will be automatically formatted into code (python), so no need for backticks."