Skip to main content

send_telegram_text

Function send_telegram_text 

Source
pub async fn send_telegram_text(
    bot: &Bot,
    chat_id: i64,
    text: &str,
    reply_to_message_id: Option<i64>,
) -> Result<Vec<Message>, RequestError>