2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Proof-of-concept reactions dropdown.

This commit is contained in:
John Preston
2021-12-13 18:03:47 +04:00
parent 9c18f7b0e3
commit e148b5ff08
19 changed files with 585 additions and 9 deletions

View File

@@ -55,8 +55,13 @@ struct ChatThemeBackgroundData;
namespace Data {
struct CloudTheme;
enum class CloudThemeType;
struct Reaction;
} // namespace Data
namespace HistoryView {
class ReactionsMenu;
} // namespace HistoryView
namespace Window {
class MainWindow;