Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, c *gotwi.Client, p *types.CreateInput) (*types.CreateOutput, error)
Causes the user ID of an authenticated user identified in the path parameter to Bookmark the target Tweet provided in the request body. https://developer.twitter.com/en/docs/twitter-api/tweets/bookmarks/api-reference/post-users-id-bookmarks
func Delete ¶
func Delete(ctx context.Context, c *gotwi.Client, p *types.DeleteInput) (*types.DeleteOutput, error)
Allows a user or authenticated user ID to remove a Bookmark of a Tweet. https://developer.twitter.com/en/docs/twitter-api/tweets/bookmarks/api-reference/delete-users-id-bookmarks-tweet_id
func List ¶
Allows you to get information about a authenticated user’s 800 most recent bookmarked Tweets https://developer.twitter.com/en/docs/twitter-api/tweets/bookmarks/api-reference/get-users-id-bookmarks
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.