module Twitter::REST::Tweets

Direct including types

Defined in:

twitter/rest/tweets.cr

Instance Method Summary

Instance Method Detail

def destroy_status(tweet_id : Int32 | Int64, options = {} of String => String) : Twitter::Tweet #

[View source]
def destroy_status(tweet : Twitter::Tweet, options = {} of String => String) : Twitter::Tweet #

[View source]
def retweet(tweet_id : Int32 | Int64, options = {} of String => String) : Twitter::Tweet #

[View source]
def retweet(tweet : Twitter::Tweet, options = {} of String => String) : Twitter::Tweet #

[View source]
def status(id : Int32 | Int64) : Twitter::Tweet #

Fetch a particular Tweet by id


[View source]
def unretweet(tweet_id : Int32 | Int64, options = {} of String => String) : Twitter::Tweet #

[View source]
def unretweet(tweet : Twitter::Tweet, options = {} of String => String) : Twitter::Tweet #

[View source]
def update(status : String, options = {} of String => String) : Twitter::Tweet #

[View source]