The client used to make requests.
Retrieves a tweet by its ID.
Optional
id: string = ""The ID of the tweet to retrieve.
Makes an HTTP request to the specified endpoint.
The endpoint to make the request to.
Optional
data: anyThe data to send with the request (optional).
A Promise that resolves to the response data.
If the request fails.
Generated using TypeDoc
Represents a class for interacting with Twitter tweets.