Preparing search index...
The search index is not available
rettiwt-api
rettiwt-api
IRawTweetHistoryResponse
Interface IRawTweetHistoryResponse
Represents the raw response received when fetching a tweet's edit history.
interface
IRawTweetHistoryResponse
{
data
?:
{
tweet_result_by_rest_id
?:
{
result
?:
{
edit_history_timeline
?:
{
timeline
?:
ITweetHistoryTimeline
}
;
}
;
}
;
}
;
}
Index
Properties
data?
Properties
Optional
data
data
?:
{
tweet_result_by_rest_id
?:
{
result
?:
{
edit_history_timeline
?:
{
timeline
?:
ITweetHistoryTimeline
}
;
}
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
rettiwt-api
Loading...
Represents the raw response received when fetching a tweet's edit history.