Versions in this module Expand all Collapse all v0 v0.0.1 Dec 25, 2024 Changes in this version + type Query struct + func Block(userID, blockeeID string) Query + func Bookmark(userID, tweetID string) Query + func DeleteTweet(tweetID string) Query + func Follow(userID, followeeID string) Query + func Like(userID, tweetID string) Query + func Mute(userID, muteeID string) Query + func PinList(userID, listID string) Query + func Retweet(userID, tweetID string) Query + func SetRepliesHidden(tweetID string, hidden bool) Query + func Unblock(userID, blockeeID string) Query + func Unbookmark(userID, tweetID string) Query + func Unfollow(userID, followeeID string) Query + func Unlike(userID, tweetID string) Query + func Unmute(userID, muteeID string) Query + func UnpinLists(userID, listID string) Query + func Unretweet(userID, tweetID string) Query + func (e Query) Invoke(ctx context.Context, cli *twitter.Client) (bool, error)