This repository was archived by the owner on Jul 14, 2026. It is now read-only.
How to get folders? #725
Answered
by
NarHakobyan
NarHakobyan
asked this question in
Q&A
|
is there any way to get folders from the api? |
Answered by
NarHakobyan
Sep 26, 2024
Replies: 1 comment
|
Found. You can use dialog filter. const result = await this.client.invoke(
new Api.messages.GetDialogFilters(),
);
console.log(result); // prints the result |
0 replies
Answer selected by
NarHakobyan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found. You can use dialog filter.