Function egg_mode::tweet::delete [] [src]

pub fn delete<'a>(
    id: u64,
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, Tweet>

Delete the given tweet. The authenticated user must be the user who posted the given tweet.

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