ChannelsSetEmojiStickers constructor
const
ChannelsSetEmojiStickers({
- required InputChannelBase channel,
- required InputStickerSetBase stickerset,
Channels Set Emoji Stickers constructor.
Implementation
const ChannelsSetEmojiStickers({
required this.channel,
required this.stickerset,
}) : super._();