Documentation ¶
Index ¶
- func ListMentions(ctx context.Context, c *gotwi.Client, p *types.ListMentionsInput) (*types.ListMentionsOutput, error)
- func ListReverseChronological(ctx context.Context, c *gotwi.Client, p *types.ListReverseChronologicalInput) (*types.ListReverseChronologicalOutput, error)
- func ListTweets(ctx context.Context, c *gotwi.Client, p *types.ListTweetsInput) (*types.ListTweetsOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListMentions ¶
func ListMentions(ctx context.Context, c *gotwi.Client, p *types.ListMentionsInput) (*types.ListMentionsOutput, error)
Returns Tweets mentioning a single user specified by the requested user ID. By default, the most recent ten Tweets are returned per request. Using pagination, up to the most recent 800 Tweets can be retrieved. The Tweets returned by this endpoint count towards the Project-level Tweet cap. https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-mentions
func ListReverseChronological ¶ added in v0.12.0
func ListReverseChronological(ctx context.Context, c *gotwi.Client, p *types.ListReverseChronologicalInput) (*types.ListReverseChronologicalOutput, error)
Allows you to retrieve a collection of the most recent Tweets and Retweets posted by you and users you follow. This endpoint can return every Tweet created on a timeline over the last 7 days as well as the most recent 800 regardless of creation date. https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-reverse-chronological
func ListTweets ¶
func ListTweets(ctx context.Context, c *gotwi.Client, p *types.ListTweetsInput) (*types.ListTweetsOutput, error)
Returns Tweets composed by a single user, specified by the requested user ID. By default, the most recent ten Tweets are returned per request. Using pagination, the most recent 3,200 Tweets can be retrieved. The Tweets returned by this endpoint count towards the Project-level Tweet cap. https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-tweets
Types ¶
This section is empty.