MessagesFoundStickers constructor
const
MessagesFoundStickers({
- int? nextOffset,
- required int hash,
- required List<
DocumentBase> stickers,
Messages Found Stickers constructor.
Implementation
const MessagesFoundStickers({
this.nextOffset,
required this.hash,
required this.stickers,
}) : super._();