Function egg_mode::tweet::retweet

source ·
pub async fn retweet(id: u64, token: &Token) -> Result<Response<Tweet>>
Expand description

Retweet the given status as the authenticated user.

On success, the future returned by this function yields the retweet, with the original status contained in retweeted_status.