UpdateFavoriteStickers constructor

const UpdateFavoriteStickers({
  1. required List<int> stickerIds,
  2. dynamic extra,
  3. int? clientId,
})

The list of favorite stickers was updated

Implementation

const UpdateFavoriteStickers({
  required this.stickerIds,
  this.extra,
  this.clientId,
});