2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

post edit started, sign messages checkbox added in channel edit by creator

This commit is contained in:
John Preston
2016-02-21 15:30:16 +03:00
parent 6d42350691
commit 29fefbc4bb
13 changed files with 508 additions and 38 deletions

View File

@@ -131,6 +131,8 @@ typedef uint64 VideoId;
typedef uint64 AudioId;
typedef uint64 DocumentId;
typedef uint64 WebPageId;
static const WebPageId CancelledWebPageId = 0xFFFFFFFFFFFFFFFFULL;
typedef int32 MsgId;
struct FullMsgId {
FullMsgId() : channel(NoChannel), msg(0) {