MessagesFoundStickerSets constructor
const
MessagesFoundStickerSets({
- required int hash,
- required List<
StickerSetCoveredBase> sets,
Messages Found Sticker Sets constructor.
Implementation
const MessagesFoundStickerSets({required this.hash, required this.sets})
: super._();