2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-07 01:45:39 +00:00

Added ability to force request favorite stickers.

This commit is contained in:
23rd
2024-07-31 16:23:51 +03:00
parent 06f2b23687
commit 3cc92e01fe
4 changed files with 38 additions and 26 deletions

View File

@@ -128,7 +128,7 @@ mtpRequestId EditMessage(
}
if (updateRecentStickers) {
api->requestRecentStickersForce(true);
api->requestSpecialStickersForce(false, false, true);
}
}).fail([=](const MTP::Error &error, mtpRequestId requestId) {
if constexpr (ErrorWithId<FailCallback>) {