tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Using the java version of tdlib, how do I add contacts to a folder? #2623

Closed stone99x closed 11 months ago

stone99x commented 1 year ago

Using the java version of tdlib, how do I add contacts to a folder?

levlam commented 1 year ago

The method editChatFolder can be used to change chats that are automatically added to a folder. Specific chats can added to a chat list using the method addChatToList.