> ## 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

> X API SDK의 Schemas.DmEvent TypeScript 인터페이스 참조. X API 요청 또는 응답 페이로드의 필드 정의, 타입 및 속성.

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

## 속성

<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[]" />
