CommandCreateInviteLink constructor

const CommandCreateInviteLink({
  1. required String? channel,
  2. required String? description,
})

Implementation

const CommandCreateInviteLink({
  required this.channel,
  required this.description,
});