SendMessageEmojiInteractionSeen constructor

const SendMessageEmojiInteractionSeen({
  1. required String emoticon,
})

Send Message Emoji Interaction Seen constructor.

Implementation

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