2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Update API scheme.

This commit is contained in:
John Preston
2019-08-01 10:22:49 +01:00
parent 052e4bc508
commit abf49e1672
11 changed files with 21 additions and 18 deletions

View File

@@ -1134,6 +1134,8 @@ bool DocumentData::isStickerSetInstalled() const {
return false;
}, [&](const MTPDinputStickerSetEmpty &) {
return false;
}, [&](const MTPDinputStickerSetAnimatedEmoji &) {
return false;
});
}