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
c1e78c19cf
commit
45f7e49e3b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ struct SendVenue<'a> {
|
|||
pub chat_id: ChatId,
|
||||
/// Latitude of the venue
|
||||
pub latitude: f64,
|
||||
/// Longitude of the venue
|
||||
/// Longitude of the venue
|
||||
pub longitude: f64,
|
||||
/// Name of the venue
|
||||
pub title: String,
|
||||
|
|
Loading…
Reference in a new issue