MessagesGetEmojiStickers constructor

const MessagesGetEmojiStickers({
  1. required int hash,
})

Messages Get Emoji Stickers constructor.

Implementation

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