fix documentation

This commit is contained in:
nextel 2019-09-13 14:05:32 +03:00
parent 5450637649
commit c1e78c19cf

View file

@ -13,7 +13,7 @@ struct SendVenue<'a> {
/// Unique identifier for the target chat or
/// username of the target channel (in the format @channelusername)
pub chat_id: ChatId,
/// Yes Latitude of the venue
/// Latitude of the venue
pub latitude: f64,
/// Longitude of the venue
pub longitude: f64,