ChannelsToggleJoinRequest constructor
const
ChannelsToggleJoinRequest({
- required bool applyToInvites,
- required InputChannelBase channel,
- required bool enabled,
- InputUserBase? guardBot,
Channels Toggle Join Request constructor.
Implementation
const ChannelsToggleJoinRequest({
required this.applyToInvites,
required this.channel,
required this.enabled,
this.guardBot,
}) : super._();