UpdateInstalledStickerSets constructor
      const
      UpdateInstalledStickerSets({ 
    
- required StickerType stickerType,
- required List<int> stickerSetIds,
- dynamic extra,
- int? clientId,
The list of installed sticker sets was updated
Implementation
const UpdateInstalledStickerSets({
  required this.stickerType,
  required this.stickerSetIds,
  this.extra,
  this.clientId,
});