2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-25 20:07:13 +00:00
kotatogram-desktop/Telegram/SourceFiles/ui/effects/message_sending_animation_common.h

18 lines
388 B
C
Raw Normal View History

/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
namespace Ui {
struct MessageSendingAnimationFrom {
std::optional<MsgId> localId;
QRect globalStartGeometry;
};
} // namespace Ui