mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
Update src/core/requests/send_venue.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
parent
766be3381d
commit
1f4ec47f39
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ struct SendVenue<'a> {
|
||||||
pub longitude: f64,
|
pub longitude: f64,
|
||||||
/// Name of the venue
|
/// Name of the venue
|
||||||
pub title: String,
|
pub title: String,
|
||||||
/// Address of the venue
|
/// Address of the venue
|
||||||
pub address: String,
|
pub address: String,
|
||||||
/// Foursquare identifier of the venue
|
/// Foursquare identifier of the venue
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
|
Loading…
Reference in a new issue