types.ts#
1 documented symbol. Read the signatures first, then expand each item for parameters, return types, and examples.
1
symbols
1
interfaces
7
members
Reference#
interfaceTweetBodyDataRoot or quoted post body. Nested quoted_tweet is stripped during normalize.
Root or quoted post body. Nested quoted_tweet is stripped during normalize.
Signature
export interface TweetBodyDataMembers
Properties
| Name | Type | Description |
|---|---|---|
created_atoptional |
string |
|
display_text_rangeoptional |
[number, number] |
|
entitiesoptional |
{ urls?: TweetEntity[]; media?: TweetMedia[]; hashtags?: TweetHashtagEntity[]; user_mentions?: TweetMentionEntity[]; symbols?: TweetSymbolEntity[] } |
|
id_stroptional |
string |
|
mediaDetailsoptional |
TweetMedia[] |
|
text |
string |
|
user |
TweetUser |