Versions in this module Expand all Collapse all v0 v0.17.6 Dec 3, 2021 v0.17.5 Dec 3, 2021 Changes in this version + type Credentials struct + AccessToken string + AccessTokenSecret string + ConsumerKey string + ConsumerSecret string + type Twitter struct + func New(credentials Credentials) (*Twitter, error) + func (t *Twitter) AddReceivers(twitterIDs ...string) + func (t Twitter) Send(ctx context.Context, subject, message string) error