MmCreateChannelRequest constructor
MmCreateChannelRequest({})
Returns a new MmCreateChannelRequest instance.
Implementation
MmCreateChannelRequest({
required this.teamId,
required this.name,
required this.displayName,
this.purpose,
this.header,
required this.type,
});