Type alias DiscordFollowedChannel

DiscordFollowedChannel: {
    channel_id: string;
    webhook_id: string;
}

Type declaration

  • channel_id: string
  • webhook_id: string

Generated using TypeDoc