ChannelsGetChannels constructor

const ChannelsGetChannels({
  1. required List<InputChannelBase> id,
})

Channels Get Channels constructor.

Implementation

const ChannelsGetChannels({required this.id}) : super._();