Record
dm-event
No description available.
record dm-event {
attachments: option<dm-event-attachments>,
created-at: option<string>,
dm-conversation-id: option<dm-conversation-id>,
event-type: string,
id: dm-event-id,
participant-ids: option<list<user-id>>,
referenced-tweets: option<list<dm-event-referenced-tweets-item>>,
sender-id: option<user-id>,
text: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| attachments | option<dm-event-attachments> | |
| created-at | option<string> | |
| dm-conversation-id | option<dm-conversation-id> | |
| event-type | string | |
| id | dm-event-id | |
| participant-ids | option<list<user-id>> | |
| referenced-tweets | option<list<dm-event-referenced-tweets-item>> | |
| sender-id | option<user-id> | |
| text | option<string> |