forked from dymik739/modular-bot-framework-for-telegram
3 lines
75 B
Python
3 lines
75 B
Python
if msg.chat["type"] == "private":
|
|
self.RESPONSE = self.MESSAGE["text"]
|