MmCreateIncomingWebhookRequest constructor
MmCreateIncomingWebhookRequest({})
Returns a new MmCreateIncomingWebhookRequest instance.
Implementation
MmCreateIncomingWebhookRequest({
required this.channelId,
this.userId,
this.displayName,
this.description,
this.username,
this.iconUrl,
});