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:
@@ -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