ChannelsViewSponsoredMessage constructor

const ChannelsViewSponsoredMessage({
  1. required InputChannelBase channel,
  2. required Uint8List randomId,
})

Channels View Sponsored Message constructor.

Implementation

const ChannelsViewSponsoredMessage({
  required this.channel,
  required this.randomId,
}) : super._();