Interfacecorev0.6.0InteractionFaultSourceA fault that came from a discord interaction, JSON-safe for a webhook payload. interface InteractionFaultSourceMember overviewPropertieschannelIdcommandcustomIdguildIdinteractionIdinteractionKindkindrawuserIdPropertieschannelIdChannel the interaction came from, null when unavailable. readonly channelId: string | nullcommandSlash or context-menu command name, null for component and modal interactions. readonly command: string | nullcustomIdComponent or modal customId, null for slash and context-menu interactions. readonly customId: string | nullguildIdGuild the interaction came from, null in DMs. readonly guildId: string | nullinteractionIdreadonly interactionId: stringinteractionKindreadonly interactionKind: 'slash' | 'context-menu' | 'button' | 'select' | 'modal'kindreadonly kind: 'interaction'rawThe raw interaction, made JSON-safe at serialization with filterCirculars. readonly raw: unknownuserIdreadonly userId: string
commandSlash or context-menu command name, null for component and modal interactions. readonly command: string | null
customIdComponent or modal customId, null for slash and context-menu interactions. readonly customId: string | null