mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
fix documentation
This commit is contained in:
parent
5450637649
commit
c1e78c19cf
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ use crate::core::types::{Message, ReplyMarkup};
|
||||||
struct SendVenue<'a> {
|
struct SendVenue<'a> {
|
||||||
#[serde(skip_serializing)]
|
#[serde(skip_serializing)]
|
||||||
ctx: RequestContext<'a>,
|
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)
|
/// username of the target channel (in the format @channelusername)
|
||||||
pub chat_id: ChatId,
|
pub chat_id: ChatId,
|
||||||
/// Yes 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,
|
||||||
|
|
Loading…
Reference in a new issue