mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Support topic closing.
This commit is contained in:
@@ -154,6 +154,7 @@ struct TopicUpdate {
|
||||
IconId = (1U << 6),
|
||||
ColorId = (1U << 7),
|
||||
CloudDraft = (1U << 8),
|
||||
Closed = (1U << 9),
|
||||
|
||||
LastUsedBit = (1U << 8),
|
||||
};
|
||||
|
Reference in New Issue
Block a user