mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update src/core/requests/send_venue.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
parent
45f7e49e3b
commit
766be3381d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use crate::core::requests::{
|
|||
};
|
||||
use crate::core::types::{Message, ReplyMarkup};
|
||||
|
||||
///Use this method to send information about a venue. On success, the sent
|
||||
/// Use this method to send information about a venue.
|
||||
/// Message is returned.
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
struct SendVenue<'a> {
|
||||
|
|
Loading…
Reference in a new issue