Interface APIGuildCategoryUserPermission

interface APIGuildCategoryUserPermission {
    categoryId: number;
    createdAt: Date;
    id: number;
    permissions: Record<string, boolean>;
    updatedAt?: Date;
    userId: string;
}

Properties

categoryId: number

The ID of the channel

createdAt: Date

The ISO 8601 timestamp that the permission override was created at

id: number
permissions: Record<string, boolean>
updatedAt?: Date

The ISO 8601 timestamp that the permission override was updated at, if relevant

userId: string

The ID of the user