mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
See #1743
parent
d1778d3973
commit
05aaaac137
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ then there will be a lot of if and else statement.
|
|||
Conversation is unique per chat_id, and if we assume each to and fro communication is Chat
|
||||
|
||||
```python
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
#Base chat
|
||||
class TelegramChat(object):
|
||||
|
|
Loading…
Reference in a new issue