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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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.