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 UpdateMessageInteractionInfo #2244

Closed rr8733380 closed 1 year ago

rr8733380 commented 1 year ago

Why in the UpdateMessageInteractionInfo update sometimes for reactions in interactionInfo values 0 in totalCount come, although the message in the supergroup already has more than 1000 reactions?

Flohack74 commented 1 year ago

Additionally I would like to know how this should be used in normal groups. Should the view count be displayed somewhere?

levlam commented 1 year ago

@Flohack74 If view_count > 0, it should be displayed. Forwards from channels have positive view_count.