Skip to main content
Module

x/discord_api_types/payloads/v8/guildScheduledEvent.ts>APIGuildScheduledEventUser

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIGuildScheduledEventUser
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { type APIGuildScheduledEventUser } from "https://deno.land/x/discord_api_types@0.37.11/payloads/v8/guildScheduledEvent.ts";

Properties

guild_scheduled_event_id: Snowflake

The scheduled event id which the user subscribed to

user: APIUser

The user which subscribed to the event

optional
member: APIGuildMember

The guild member data for this user for the guild which this event belongs to, if any