MessagesFoundStickers constructor

const MessagesFoundStickers({
  1. int? nextOffset,
  2. required int hash,
  3. required List<DocumentBase> stickers,
})

Messages Found Stickers constructor.

Implementation

const MessagesFoundStickers({
  this.nextOffset,
  required this.hash,
  required this.stickers,
}) : super._();