Update src/core/requests/send_venue.rs

Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
Mishko torop'izhko 2019-09-13 15:08:29 +03:00 committed by GitHub
parent c1e78c19cf
commit 45f7e49e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ struct SendVenue<'a> {
pub chat_id: ChatId, pub chat_id: ChatId,
/// Latitude of the venue /// Latitude of the venue
pub latitude: f64, pub latitude: f64,
/// Longitude of the venue /// Longitude of the venue
pub longitude: f64, pub longitude: f64,
/// Name of the venue /// Name of the venue
pub title: String, pub title: String,