goodwind

Results 4 comments of goodwind

So I have managed to get the list of all folders and included\excluded chats in it: ``` async def main(): request = await client(functions.messages.GetDialogFiltersRequest()) for dialog_filter in request: print(dialog_filter.to_dict()) with...

I am doing it this way. In my case it's service-level testing: ``` import aiounittest from api.v1.stock.service import StockService from core.config import config from fastapi_sqlalchemy import DBSessionMiddleware, db from main...

Works fine with ptc login, but when I try to login via google I see a wall of exceptions: > [08:25:42] Logging in using account Google > [08:25:44] System.IndexOutOfRangeException: Индекс...

Maybe it connected with protocol changes, will try later again