Serialization update

This commit is contained in:
Isaac
2025-02-14 19:11:58 +04:00
parent f370102e44
commit 6c4070eb52
98 changed files with 1332 additions and 759 deletions

View File

@@ -245,7 +245,7 @@ public class DrawingReactionEntityView: DrawingStickerEntityView {
var animation: TelegramMediaFile?
for reaction in availableReactions.reactions {
if reaction.value == updateReaction.reaction {
animation = reaction.selectAnimation
animation = reaction.selectAnimation._parse()
break
}
}
@@ -274,7 +274,7 @@ public class DrawingReactionEntityView: DrawingStickerEntityView {
var animation: TelegramMediaFile?
for reaction in availableReactions.reactions {
if reaction.value == updateReaction.reaction {
animation = reaction.selectAnimation
animation = reaction.selectAnimation._parse()
break
}
}