d99kris / nchat

Terminal-based Telegram / WhatsApp client for Linux and macOS
MIT License
647 stars 45 forks source link

[Enhancement] Add support for contact search or showing all contacts #10

Closed d99kris closed 3 years ago

d99kris commented 4 years ago

from issue #8

d99kris commented 4 years ago

Developer notes: Probably need to use the following API functions: https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1get_contacts.html https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1create_private_chat.html

But need to decide on a suitable UI for contact list/search first.

d99kris commented 4 years ago

Also to be taken into consideration when adding this feature: Archive chat list support has been added in TDLib 1.6.0: https://github.com/tdlib/td/issues/554

d99kris commented 3 years ago

Support for this has been implemented in e5b20c0 - press CTRL-S to search contacts. Ping @alohawolf