Function twitter_api::update_status[][src]

pub fn update_status(
    consumer: &Token,
    access: &Token,
    status: &str
) -> Result<(), Error>

function to update the status This function takes as arguments the consumer key, the access key, and the status (obviously)