pub fn reply( sent_text: &str, reply_to: u64, api_key: Token<'_>, token: Token<'_>, )
Reply to a tweet
reply("@friend that sounds like a good idea!", 844370958781579265, API_KEY, TOKEN);