Skip to main content

send_native_media

Function send_native_media 

Source
pub async fn send_native_media(
    bot: &Bot,
    chat_id: i64,
    kind: NativeMediaKind,
    bytes: &[u8],
    file_name: &str,
    caption: Option<&str>,
    reply_parameters: Option<ReplyParameters>,
) -> Result<Message, RequestError>