Marc R Kellerman
Marc R Kellerman
I haven't played with sending images.. :/
It seems to provide if the dialog is 'archived', but not custom folders. Can someone confirm?
I've just verified, and folder_id only provides null or 1, depending if it's 'archived' or not. no other folders id is provided.
I have. I created folders in the telegram app on iOS, and put some dialogs in there and they show as null in folder_id.
I wish I could help you investigate the issue more, but I barely know what I'm doing. this is the implementation I'm using to get the dialogs.. and it returns...
I've confirmed that using the GetDialogsRequest() is providing None as a folder_id except those that are Archived. code used: ```python client = TelegramClient(StringSession(SessionId), api_id, api_hash) async def main(): request =...
I'm basically learning python from scratch to be able to debug and dig into this issue.. lol.. but I'm trying! ¯\_(ツ)_/¯
Added tests and warnings. Let me know what you think.
> @mkellerman - Looks like your new tests are reliably _failing_ (both tests failed on all 4 jobs). Can you take a look? Yes. Currently trying to setup the pester...
I bet it doesn't use the -Visibility property unless your using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+ Is there a way to get the version of the server...