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>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>