ChannelsGetChannelRecommendations constructor

const ChannelsGetChannelRecommendations({
  1. required InputChannelBase channel,
})

Channels Get Channel Recommendations constructor.

Implementation

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