fix documentation

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

View file

@ -10,10 +10,10 @@ use crate::core::types::{Message, ReplyMarkup};
struct SendVenue<'a> {
#[serde(skip_serializing)]
ctx: RequestContext<'a>,
///Unique identifier for the target chat or
/// 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,