interface ChannelRemoveRolesAction {
    action: "removeRoles";
    roles: string[];
}

Properties

Properties

action: "removeRoles"
roles: string[]

Value to remove from the array.

Generated using TypeDoc