Type alias DiscordWelcomeScreenChannel

DiscordWelcomeScreenChannel: {
    channel_id: string;
    description: string;
    emoji_id?: string;
    emoji_name?: string;
}

Type declaration

  • channel_id: string
  • description: string
  • Optional emoji_id?: string
  • Optional emoji_name?: string

Generated using TypeDoc