MessagesSearchCustomEmoji constructor

const MessagesSearchCustomEmoji({
  1. required String emoticon,
  2. required int hash,
})

Messages Search Custom Emoji constructor.

Implementation

const MessagesSearchCustomEmoji({
  required this.emoticon,
  required this.hash,
}) : super._();