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
766be3381d
commit
1f4ec47f39
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ struct SendVenue<'a> {
|
|||
pub longitude: f64,
|
||||
/// Name of the venue
|
||||
pub title: String,
|
||||
/// Address of the venue
|
||||
/// Address of the venue
|
||||
pub address: String,
|
||||
/// Foursquare identifier of the venue
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
|
|
Loading…
Reference in a new issue