UpdateInstalledStickerSets constructor

const UpdateInstalledStickerSets({
  1. required bool isMasks,
  2. required List<int> stickerSetIds,
  3. dynamic extra,
  4. int? clientId,
})

The list of installed sticker sets was updated

Implementation

const UpdateInstalledStickerSets({
  required this.isMasks,
  required this.stickerSetIds,
  this.extra,
  this.clientId,
});