Fix giveaway results message sticker.

This commit is contained in:
John Preston 2025-01-13 14:58:27 +04:00
parent a53cc52241
commit 006ecf9a56

View file

@ -221,6 +221,7 @@ auto GenerateGiveawayResults(
return Data{ return Data{
.sticker = packs.lookup(emoji, 0), .sticker = packs.lookup(emoji, 0),
.skipTop = st::chatGiveawayWinnersTopSkip, .skipTop = st::chatGiveawayWinnersTopSkip,
.size = st::maxAnimatedEmojiSize,
.singleTimePlayback = true, .singleTimePlayback = true,
}; };
}; };