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:
@@ -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(),
|
||||
};
|
||||
|
Reference in New Issue
Block a user