Type alias IEventThreadDelete

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

Type declaration

  • guildId: string
  • id: string
  • kind: ChannelType
  • parentId: string

Generated using TypeDoc