mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fly-animate reactions from the new context menu.
This commit is contained in:
@@ -14,10 +14,12 @@ struct MessageSendingAnimationFrom {
|
||||
None,
|
||||
Sticker,
|
||||
Gif,
|
||||
Emoji,
|
||||
};
|
||||
Type type = Type::None;
|
||||
std::optional<MsgId> localId;
|
||||
QRect globalStartGeometry;
|
||||
QImage frame;
|
||||
bool crop = false;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user