Interface IEventThreadDelete

interface IEventThreadDelete {
    guildId: string;
    id: string;
    kind: ChannelType;
    parentId: string;
}

Properties

Properties

guildId: string
id: string
parentId: string

Generated using TypeDoc