[Feature Request] Repost counter for posts next to views counter
Is your feature request related to a problem?
It seems like all the statistics for posts in the channel goes through api and it would be possible to display the number of fonext to the number of views.
It would be very convenient - you wouldn’t have to go to your phone every time to see how many reposts have come up (I remind you that there are still no statistics in TDesktop)
Describe the solution you'd like
Make reposts counter near views counter
Describe alternatives you've considered
No
Additional context
This is already implemented in some mobile clients, I don't know in what exactly, but here is some screenshots that I found:


It's showing even for non-admins. Some users says it's "tgx".
Here is method in api: https://core.telegram.org/constructor/updateChannelMessageForwards
I'm not really sure there is enough space for another icon+text, so it was added as a tooltip to the eye icon of post views.
Omg it's already implemented!? Thanks!

Yes it's here, but need to think how to release it more beauty without need to mouseover every time
Maybe at least reduce the amount of time before displaying a pop-up window with the number of reposts and views? Now it's about 3 seconds. Maybe make it instant?
This is how it done in android app (idk which one):

Why it can't be done on TDesktop like this or like in screenshots from op-post?