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 #

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

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

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

def status(id : Int32 | Int64) : Twitter::Tweet #

Fetch a particular Tweet by id


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

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

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