Function tweet::reply [] [src]

pub fn reply(sent_text: &str, reply_to: u64, api_key: Token, token: Token)

Reply to a tweet

Examples

reply("@friend that sounds like a good idea!", 844370958781579265, API_KEY, TOKEN);