ChannelsSetStickers constructor

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

Channels Set Stickers constructor.

Implementation

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