MmInviteGuestsToTeamRequest constructor

MmInviteGuestsToTeamRequest({
  1. List<String> emails = const [],
  2. List<String> channels = const [],
  3. String? message,
})

Returns a new MmInviteGuestsToTeamRequest instance.

Implementation

MmInviteGuestsToTeamRequest({
  this.emails = const [],
  this.channels = const [],
  this.message,
});