Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Api.messages.GetAllChats is not a constructor #582

Open
jjangga0214 opened this issue Sep 19, 2023 · 4 comments
Open

fix: Api.messages.GetAllChats is not a constructor #582

jjangga0214 opened this issue Sep 19, 2023 · 4 comments

Comments

@jjangga0214
Copy link

The docs lists Api.messages.GetAllChats, but it's actually missing.

  const result = await client.invoke(
    new Api.messages.GetAllChats({
      exceptIds: [],
    })
  );

Info

  • version: 2.18.36
@painor
Copy link
Member

painor commented Sep 20, 2023

It was removed by telegarm from their server side.

jjangga0214 added a commit to jjangga0214/docs that referenced this issue Sep 28, 2023
@kpripper
Copy link

kpripper commented Nov 2, 2023

So can you remove it from the documentation?

@jjangga0214
Copy link
Author

jjangga0214 commented Nov 2, 2023

@kpripper I've already created a PR.

@rainb3rry
Copy link

Still there https://gram.js.org/tl/messages/GetAllChats

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants