Interfacecorev0.3.1InteractionFaultSourceA fault that came from a discord interaction, JSON-safe for a webhook payload. interface InteractionFaultSourceMember overviewPropertieschannelIdcommandcustomIdguildIdinteractionIdinteractionKindkindrawuserIdPropertieschannelIdChannel the interaction came from, null when unavailable. channelId: string | null;commandSlash or context-menu command name, null for component and modal interactions. command: string | null;customIdComponent or modal customId, null for slash and context-menu interactions. customId: string | null;guildIdGuild the interaction came from, null in DMs. guildId: string | null;interactionIdinteractionId: string;interactionKindinteractionKind: "slash" | "context-menu" | "button" | "select" | "modal";kindkind: "interaction";rawThe raw interaction, made JSON-safe at serialization with filterCirculars. raw: unknown;userIduserId: string;
commandSlash or context-menu command name, null for component and modal interactions. command: string | null;
customIdComponent or modal customId, null for slash and context-menu interactions. customId: string | null;