MmCreateOutgoingWebhookRequest constructor
MmCreateOutgoingWebhookRequest({})
Returns a new MmCreateOutgoingWebhookRequest instance.
Implementation
MmCreateOutgoingWebhookRequest({
required this.teamId,
this.channelId,
this.creatorId,
this.description,
required this.displayName,
this.triggerWords = const [],
this.triggerWhen,
this.callbackUrls = const [],
this.contentType = 'application/x-www-form-urlencoded',
});