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