Indentation

This commit is contained in:
Davte 2019-07-01 20:22:35 +02:00
parent 783040bcd0
commit 08386d19da

View File

@ -701,6 +701,7 @@ class Bot(TelegramBot):
def set_individual_text_message_handler(self, handler,
update=None, user_id=None):
update=None, user_id=None):
"""Set a custom text message handler for the user.
Any text message update from the user will be handled by this custom