DiscordRouterParams: {
    app_permissions: string;
    application_id: string;
    channel: Channel;
    channel_id: string;
    data: CommandData | ActionData;
    entitlement_sku_ids: string[];
    entitlements: any[];
    guild: Guild;
    guild_id: string;
    guild_locale: string;
    id: string;
    locale: string;
    member: Member;
    token: string;
    type: number;
    version: number;
}

Type declaration

  • app_permissions: string
  • application_id: string
  • channel: Channel
  • channel_id: string
  • data: CommandData | ActionData
  • entitlement_sku_ids: string[]
  • entitlements: any[]
  • guild: Guild
  • guild_id: string
  • guild_locale: string
  • id: string
  • locale: string
  • member: Member
  • token: string
  • type: number
  • version: number

Generated using TypeDoc