updateInstalledStickerSets property
The list of installed sticker sets was updated
Implementation
UpdateInstalledStickerSets? get updateInstalledStickerSets {
if (this is UpdateInstalledStickerSets) {
return this as UpdateInstalledStickerSets;
}
return null;
}