2017-09-05 20:14:24 +03:00
|
|
|
<!--
|
|
|
|
Please remember that issues here should be related to the library itself and NOT your code.
|
|
|
|
|
|
|
|
Python 2 is NOT supported. Make sure you're using the latest version of Telethon before reporting:
|
|
|
|
pip install telethon --upgrade
|
|
|
|
|
|
|
|
Some questions are okay, but make sure you've investigated enough on your own before or you will end up on the Wall of Shame:
|
|
|
|
https://github.com/LonamiWebs/Telethon/wiki/Wall-of-Shame.
|
|
|
|
-->
|
|
|
|
|
|
|
|
### What went wrong
|
|
|
|
Describe what happened or what the error you have is.
|
|
|
|
|
|
|
|
```
|
2017-09-09 11:40:30 +03:00
|
|
|
// paste the crash log here if any
|
2017-09-05 20:14:24 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### What I've done
|
|
|
|
Either a code example of what you were trying to do, or steps to reproduce, or methods you have tried invoking.
|
|
|
|
|
|
|
|
```python
|
2017-09-09 11:40:30 +03:00
|
|
|
# Add your Python code here
|
2017-09-05 20:14:24 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### More information
|
2017-09-09 11:40:30 +03:00
|
|
|
If you think other information can be relevant (e.g. operative system or other variables), add it here.
|