CreateChannel constructor
CreateChannel({})
Implementation
CreateChannel({
required this.channelType,
required this.one2one,
this.subscribeUserIds,
this.name,
this.description,
this.parentId,
this.parentType,
this.folder,
this.nickname,
this.avatarUrl,
this.readMessageMaxRole,
this.sendMessageMaxRole,
});