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

For updateChatFilters, in what case will `main_chat_list_position` not be 0? #2360

Closed vincentneo closed 1 year ago

vincentneo commented 1 year ago

As per title.

My assumption would be that if user is subscribed to Premium and moved All Chats to any other position other than the first, it will be 1, 2, 3, etc. Am I correct?

levlam commented 1 year ago

Yes.

vincentneo commented 1 year ago

Thanks for the quick reply!