2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Update API scheme to layer 173.

This commit is contained in:
John Preston
2024-01-25 17:55:41 +04:00
parent 98a71cce89
commit ded2015dc2
2 changed files with 4 additions and 2 deletions

View File

@@ -748,6 +748,8 @@ void Reactions::requestMyTags() {
auto &api = _owner->session().api();
_myTagsRequestScheduled = false;
_myTagsRequestId = api.request(MTPmessages_GetSavedReactionTags(
MTP_flags(0),
MTP_inputPeerEmpty(),
MTP_long(_myTagsHash)
)).done([=](const MTPmessages_SavedReactionTags &result) {
_myTagsRequestId = 0;