QChatUpdateMemberRoleAuthsAttachment constructor Null safety
- {int? channelId,
- int? serverId,
- String? accid,
- Map<
QChatRoleResource, QChatRoleOption> ? updateAuths}
Implementation
QChatUpdateMemberRoleAuthsAttachment(
{this.channelId, this.serverId, this.accid, this.updateAuths});