Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Twitter::REST::Tweets
Instance methods
destroy_status
(tweet_id :
Int32
|
Int64
, options = {} of
String
=>
String
) :
Twitter::Tweet
Source
destroy_status
(tweet :
Twitter::Tweet
, options = {} of
String
=>
String
) :
Twitter::Tweet
Source
retweet
(tweet_id :
Int32
|
Int64
, options = {} of
String
=>
String
) :
Twitter::Tweet
Source
retweet
(tweet :
Twitter::Tweet
, options = {} of
String
=>
String
) :
Twitter::Tweet
Source
unretweet
(tweet_id :
Int32
|
Int64
, options = {} of
String
=>
String
) :
Twitter::Tweet
Source
unretweet
(tweet :
Twitter::Tweet
, options = {} of
String
=>
String
) :
Twitter::Tweet
Source
update
(status :
String
, options = {} of
String
=>
String
) :
Twitter::Tweet
Source