2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Update API scheme to layer 111.

This commit is contained in:
John Preston
2020-02-07 20:06:35 +04:00
parent 2f1ee6f1fa
commit ed715fb810
12 changed files with 75 additions and 15 deletions

View File

@@ -1144,9 +1144,11 @@ bool DocumentData::isStickerSetInstalled() const {
}
}
return false;
}, [&](const MTPDinputStickerSetEmpty &) {
}, [](const MTPDinputStickerSetEmpty &) {
return false;
}, [&](const MTPDinputStickerSetAnimatedEmoji &) {
}, [](const MTPDinputStickerSetAnimatedEmoji &) {
return false;
}, [](const MTPDinputStickerSetDice &) {
return false;
});
}