favorites ) ?
Why do you need the of saved messages
I want to get EVERYTHING in my favorites
what sort of EVERYTHING? messages can be gotten with iter_messages('me'), directly. if you need other meta info of Dialog, you'll have to use GetPeerDialogs and parse it your own way, or pin the saved messages the first thing in main chat list, and do get_dialogs(1)[0]
can I use client.iter_messages("me") without client.iter_dialogs("me") ?
Обсуждают сегодня