1 parent 7acc1d1 commit 508b152Copy full SHA for 508b152
1 file changed
src/types/v2/dm.v2.types.ts
@@ -3,7 +3,7 @@ import { TTweetv2MediaField, TTweetv2TweetField, TTweetv2UserField } from './twe
3
import { ApiV2Includes, ReferencedTweetV2 } from './tweet.definition.v2';
4
import { DataMetaAndIncludeV2, PaginableCountMetaV2 } from './shared.v2.types';
5
6
-export type TDMEventV2Field = 'created_at' | 'dm_conversation_id' | 'sender_id' | 'participant_ids' | 'referenced_tweets' | 'attachments';
+export type TDMEventV2Field = 'id' | 'text' | 'event_type' | 'created_at' | 'dm_conversation_id' | 'sender_id' | 'participant_ids' | 'referenced_tweets' | 'attachments';
7
export type TDMEventV2Expansion = 'attachments.media_keys' | 'referenced_tweets.id' | 'sender_id' | 'participant_ids';
8
export type TDMEventV2EventType = 'MessageCreate' | 'ParticipantsJoin' | 'ParticipantsLeave';
9
0 commit comments