2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Update API scheme on layer 186.

This commit is contained in:
John Preston
2024-08-12 09:58:07 +02:00
parent d34d3a796d
commit 56959398e2
6 changed files with 39 additions and 17 deletions

View File

@@ -359,7 +359,7 @@ struct RecentReaction {
};
struct MessageReactionsTopPaid {
not_null<PeerData*> peer;
PeerData *peer = nullptr;
uint32 count : 30 = 0;
uint32 top : 1 = 0;
uint32 my : 1 = 0;