interface CrosspostedChannel {
    channelId: string;
    guildId: string;
    name: string;
    type: ChannelType;
}

Properties

channelId: string
guildId: string
name: string