mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Update API scheme on layer 140.
This commit is contained in:
@@ -2007,11 +2007,7 @@ void Updates::feedUpdate(const MTPUpdate &update) {
|
||||
|
||||
case mtpc_updateWebViewResultSent: {
|
||||
const auto &d = update.c_updateWebViewResultSent();
|
||||
session().data().webViewResultSent({
|
||||
.peerId = peerFromMTP(d.vpeer()),
|
||||
.botId = UserId(d.vbot_id()),
|
||||
.queryId = d.vquery_id().v,
|
||||
});
|
||||
session().data().webViewResultSent({ .queryId = d.vquery_id().v });
|
||||
} break;
|
||||
|
||||
case mtpc_updatePendingJoinRequests: {
|
||||
|
Reference in New Issue
Block a user