Interfacecorev0.4.1EventFaultSourceA 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 overviewPropertieschannelIdeventNameguildIdhandlerkindrawuserIdPropertieschannelIdreadonly channelId: string | nulleventNamereadonly eventName: stringguildIdNull outside a guild. readonly guildId: string | nullhandlerreadonly handler: stringkindreadonly kind: 'event'rawThe raw event args, made JSON-safe at serialization with filterCirculars. readonly raw: unknownuserIdreadonly userId: string | null