Interface APIChannelUserPermission

interface APIChannelUserPermission {
    channelId: string;
    createdAt: Date;
    permissions: Record<string, boolean>;
    updatedAt?: Date;
    userId: string;
}

Properties

channelId: string

The ID of the channel

createdAt: Date

The ISO 8601 timestamp that the permission override was created at

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