MmUpdateOutgoingWebhookRequest constructor
MmUpdateOutgoingWebhookRequest({})
Returns a new MmUpdateOutgoingWebhookRequest instance.
Implementation
MmUpdateOutgoingWebhookRequest({
this.hookId,
required this.channelId,
required this.displayName,
required this.description,
});