python3 rdog.py
/home/user/.local/lib/python3.6/site-packages/telegram/ext/handler.py:160: TelegramDeprecationWarning: The @run_async decorator is deprecated. Use the run_async parameter of your Handler or Dispatcher.run_async instead.
return self.callback(update, context)
python3 rdog.py /home/user/.local/lib/python3.6/site-packages/telegram/ext/handler.py:160: TelegramDeprecationWarning: The @run_async decorator is deprecated. Use the
run_async
parameter of your Handler orDispatcher.run_async
instead. return self.callback(update, context)