Function reply

Source
pub fn reply(
    sent_text: &str,
    reply_to: u64,
    api_key: Token<'_>,
    token: Token<'_>,
)
Expand description

Reply to a tweet

ยงExamples

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