MessagesSearchEmojiStickerSets constructor

const MessagesSearchEmojiStickerSets({
  1. required bool excludeFeatured,
  2. required String q,
  3. required int hash,
})

Messages Search Emoji Sticker Sets constructor.

Implementation

const MessagesSearchEmojiStickerSets({
  required this.excludeFeatured,
  required this.q,
  required this.hash,
}) : super._();