mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 17:57:51 +00:00
Update API scheme to layer 111.
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user