Interfacecorev0.2.1-next.0EventFaultSourceA fault that came from a client event, JSON-safe for a webhook payload. The actor, guild, and channel are best-effort, derived from the event args. Each is nullable. The raw args carry the full detail. interface EventFaultSourceMember overviewPropertieschannelIdeventNameguildIdhandlerkindrawuserIdPropertieschannelIdchannelId: string | null;eventNameeventName: string;guildIdNull outside a guild. guildId: string | null;handlerhandler: string;kindkind: "event";rawThe raw event args, made JSON-safe at serialization with filterCirculars. raw: unknown;userIduserId: string | null;