> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DmEvent

> Reference for the Schemas.DmEvent TypeScript interface in the X API SDK. Field definitions, types, and properties for X API request or response payloads.

[Schemas](/xdks/typescript/reference/modules/Schemas).DmEvent

## Properties

<ResponseField name="attachments" type="Record<string, any>" />

<ResponseField name="cashtags" type="any[]" />

<ResponseField name="createdAt" type="string" />

<ResponseField name="dmConversationId" type="string" />

<ResponseField name="eventType" type="string" required />

<ResponseField name="hashtags" type="any[]" />

<ResponseField name="id" type="string" required />

<ResponseField name="mentions" type="any[]" />

<ResponseField name="participantIds" type="string[]" />

<ResponseField name="referencedTweets" type="Record<string, any>[]" />

<ResponseField name="senderId" type="string" />

<ResponseField name="text" type="string" />

<ResponseField name="urls" type="any[]" />
