updateInstalledStickerSets property

UpdateInstalledStickerSets? updateInstalledStickerSets

The list of installed sticker sets was updated

Implementation

UpdateInstalledStickerSets? get updateInstalledStickerSets {
  if (this is UpdateInstalledStickerSets) {
    return this as UpdateInstalledStickerSets;
  }
  return null;
}