Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

messages.getDialogs deprecated? #6

Description

@fjcaballero

It is defined in the .files/schema.txt as follows:
messages.getDialogs#6b47f94d offset_date:int offset_id:int offset_peer:InputPeer limit:int = messages.Dialogs;

And on the telegram API doc:
messages.getDialogs#eccf1df6 offset:int max_id:int limit:int = messages.Dialogs;

Seems like offset_date and offset_peer disappeared while offset_id changed name to max_id.
I'm trying to call this method from telegramApi.invokeAPI but i always get the:
Invalid object for type InputPeer at telegramApi.js:2032

Do you think that this could be the cause?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions