TL Reference for ResetAuthorization
TL Reference for GetAuthorizations
What happens exactly in the example provided here?
the example provided here is giving me this error: AttributeError: 'coroutine' object has no attribute 'stringify' sys:1: RuntimeWarning: coroutine 'UserMethods.__call__' was never awaited
The cause of this error is most likely not using await before calling the method. To fix it you need to add await before calling an async def
Обсуждают сегодня