You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: