UpdateInstalledStickerSets constructor
      const
      UpdateInstalledStickerSets({})
     
    
The list of installed sticker sets was updated
Implementation
const UpdateInstalledStickerSets({
  required this.isMasks,
  required this.stickerSetIds,
  this.extra,
  this.clientId,
});