mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Update API scheme to layer 111.
This commit is contained in:
@@ -229,8 +229,9 @@ StickerSetBox::Inner::Inner(
|
||||
_setAccess = data.vaccess_hash().v;
|
||||
}, [&](const MTPDinputStickerSetShortName &data) {
|
||||
_setShortName = qs(data.vshort_name());
|
||||
}, [&](const MTPDinputStickerSetEmpty &) {
|
||||
}, [&](const MTPDinputStickerSetAnimatedEmoji &) {
|
||||
}, [](const MTPDinputStickerSetEmpty &) {
|
||||
}, [](const MTPDinputStickerSetAnimatedEmoji &) {
|
||||
}, [](const MTPDinputStickerSetDice &) {
|
||||
});
|
||||
|
||||
_api.request(MTPmessages_GetStickerSet(
|
||||
|
||||
Reference in New Issue
Block a user