Skip to content

types.ts#

View Markdown

Source

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 TweetBodyData

View source

Members

Properties
NameTypeDescription
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