MmCreatePostRequest constructor
MmCreatePostRequest({})
Returns a new MmCreatePostRequest instance.
Implementation
MmCreatePostRequest({
required this.channelId,
required this.message,
this.rootId,
this.fileIds = const [],
this.props,
});