Interfacehttpv0.4.1PageContextThe context passed to a source loader. The raw payload carries a guild id with no guild object, so a loader that requires guild data fetches it through core.rest. interface PageContextMember overviewPropertiescoreguildIdinteractionuserPropertiescorecore: Core;guildIdThe guild id, or null in a DM. guildId: string | null;interactionThe interaction that triggered this load (a command or a nav click). interaction: Repliables;userThe acting user, always present. user: APIUser;
interactionThe interaction that triggered this load (a command or a nav click). interaction: Repliables;