Interface ChannelUserPermission

interface ChannelUserPermission {
    channelID: string;
    createdAt: string;
    guildID: string;
    permission: Permissions[];
    updatedAt?: string;
    userID: string;
}

Properties

channelID: string

The ID of the channel

createdAt: string

The ISO 8601 timestamp that the permission override was created at

guildID: string

ID of the Guild *

permission: Permissions[]
updatedAt?: string

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

userID: string

The ID of the role