UpdateInstalledStickerSets constructor

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

The list of installed sticker sets was updated

Implementation

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