module Twitter::REST::Tweets
Direct including types
Defined in:
twitter/rest/tweets.crInstance Method Summary
- #destroy_status(tweet_id : Int32 | Int64, options = {} of String => String) : Twitter::Tweet
- #destroy_status(tweet : Twitter::Tweet, options = {} of String => String) : Twitter::Tweet
- #retweet(tweet_id : Int32 | Int64, options = {} of String => String) : Twitter::Tweet
- #retweet(tweet : Twitter::Tweet, options = {} of String => String) : Twitter::Tweet
-
#status(id : Int32 | Int64) : Twitter::Tweet
Fetch a particular Tweet by id
- #unretweet(tweet_id : Int32 | Int64, options = {} of String => String) : Twitter::Tweet
- #unretweet(tweet : Twitter::Tweet, options = {} of String => String) : Twitter::Tweet
- #update(status : String, options = {} of String => String) : Twitter::Tweet