2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-09 13:39:00 +00:00

Implement simple UI for single-type likes in stories.

This commit is contained in:
John Preston
2023-08-02 21:41:58 +02:00
parent 3adb0c1856
commit 4bd925ac2c
27 changed files with 235 additions and 64 deletions

View File

@@ -10,6 +10,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace ChatHelpers {
struct ComposeFeatures {
bool likes = false;
bool sendAs = true;
bool ttlInfo = true;
bool botCommandSend = true;