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

Question about LoadChats #2237

Closed rr8733380 closed 1 year ago

rr8733380 commented 1 year ago

I make LoadChats, then in updateNewChat i got the user's chats. But in addition to simple chats, I also get chats with comments for all groups that the user is subscribed to. How can i distinguish Chat (for example chat with a friend) it is a chat with comments to some group? Perhaps there is some parameter isChatComments?

levlam commented 1 year ago

https://core.telegram.org/tdlib/getting-started covers this,