ChannelsSetEmojiStickers constructor

const ChannelsSetEmojiStickers({
  1. required InputChannelBase channel,
  2. required InputStickerSetBase stickerset,
})

Channels Set Emoji Stickers constructor.

Implementation

const ChannelsSetEmojiStickers({
  required this.channel,
  required this.stickerset,
}) : super._();