Versions in this module Expand all Collapse all v0 v0.0.1 Dec 25, 2024 Changes in this version + type CreateOpts struct + AutoExcludeMentions []string + AutoPopulateReply bool + InReplyTo string + Optional types.TweetFields + type Options struct + Optional types.TweetFields + type Query struct + func Create(text string, opts *CreateOpts) Query + func Delete(id string, opts *Options) Query + func Like(id string, opts *Options) Query + func Retweet(id string, opts *Options) Query + func Unlike(id string, opts *Options) Query + func Unretweet(id string, opts *Options) Query + func (o Query) Invoke(ctx context.Context, cli *twitter.Client) (*Reply, error) + type Reply struct + Data []byte + Tweets []*types.Tweet + type TimelineOpts struct + ByID bool + ExcludeReplies bool + IncludeEntities bool + IncludeRetweets bool + MaxResults int + Optional types.TweetFields + SinceID string + UntilID string + type TimelineQuery struct + func HomeTimeline(id string, opts *TimelineOpts) TimelineQuery + func MentionsTimeline(id string, opts *TimelineOpts) TimelineQuery + func UserTimeline(id string, opts *TimelineOpts) TimelineQuery + func (o TimelineQuery) Invoke(ctx context.Context, cli *twitter.Client) (*Reply, error)