Function egg_mode::tweet::unretweet

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

Unretweet the given status as the authenticated user.

The given ID may either be the original status, or the ID of the authenticated user’s retweet of it.

On success, the future returned by this function yields the original tweet.