MessagesRecentStickers constructor

const MessagesRecentStickers({
  1. required int hash,
  2. required List<StickerPackBase> packs,
  3. required List<DocumentBase> stickers,
  4. required List<int> dates,
})

Messages Recent Stickers constructor.

Implementation

const MessagesRecentStickers({
  required this.hash,
  required this.packs,
  required this.stickers,
  required this.dates,
}) : super._();