ChannelsInviteToChannel constructor

const ChannelsInviteToChannel({
  1. required InputChannelBase channel,
  2. required List<InputUserBase> users,
})

Channels Invite To Channel constructor.

Implementation

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