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

Version 5.15.

- Send Direct Messages to Channels.
- Enable New Tab Layout for Topics.
- Create Polls with Up To 12 Options.
This commit is contained in:
John Preston
2025-06-04 21:35:43 +04:00
parent af061125dd
commit 4659d5db5d
17 changed files with 36 additions and 39 deletions

View File

@@ -369,9 +369,10 @@ Manager::Private::Private(not_null<Manager*> manager)
.contextId = ContextId{
.sessionId = dict.lookup_value("session").get_uint64(),
.peerId = PeerId(dict.lookup_value("peer").get_uint64()),
.topicRootId = dict.lookup_value("topic").get_int64(),
.monoforumPeerId = dict.lookup_value(
"monoforumpeer").get_uint64(),
.topicRootId = MsgId(
dict.lookup_value("topic").get_int64()),
.monoforumPeerId = PeerId(dict.lookup_value(
"monoforumpeer").get_uint64()),
},
.msgId = dict.lookup_value("msgid").get_int64(),
};