MessagesFoundStickerSets constructor

const MessagesFoundStickerSets({
  1. required int hash,
  2. required List<StickerSetCoveredBase> sets,
})

Messages Found Sticker Sets constructor.

Implementation

const MessagesFoundStickerSets({
  required this.hash,
  required this.sets,
}) : super._();