QChatUpdateChannelRoleParam constructor Null safety
- int serverId,
- int channelId,
- int roleId,
- Map<
QChatRoleResource, QChatRoleOption> resourceAuths
Implementation
QChatUpdateChannelRoleParam(
this.serverId, this.channelId, this.roleId, this.resourceAuths);