UpdateRecentStickers constructor

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

The list of recently used stickers was updated

Implementation

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