MessagesSearchStickers constructor

const MessagesSearchStickers({
  1. required bool emojis,
  2. required String q,
  3. required String emoticon,
  4. required List<String> langCode,
  5. required int offset,
  6. required int limit,
  7. required int hash,
})

Messages Search Stickers constructor.

Implementation

const MessagesSearchStickers({
  required this.emojis,
  required this.q,
  required this.emoticon,
  required this.langCode,
  required this.offset,
  required this.limit,
  required this.hash,
}) : super._();