GuildChannelOptions: GuildChannelCreateOptions & {
    children?: ThreadOptions[];
    type: Exclude<ChannelType, ChannelType.DM | ChannelType.GroupDM | ChannelType.PublicThread | ChannelType.AnnouncementThread | ChannelType.PrivateThread | ChannelType.GuildCategory>;
} & AnyProperty

Type declaration

  • Optional children?: ThreadOptions[]
  • type: Exclude<ChannelType, ChannelType.DM | ChannelType.GroupDM | ChannelType.PublicThread | ChannelType.AnnouncementThread | ChannelType.PrivateThread | ChannelType.GuildCategory>