Make StopMessageLiveLocation public

This commit is contained in:
Waffle 2019-09-13 01:01:38 +03:00
parent 6e76d0441d
commit 300a3cb285

View file

@ -14,7 +14,7 @@ use crate::core::{
/// expires. On success, if the message was sent by the bot, the sent Message is /// expires. On success, if the message was sent by the bot, the sent Message is
/// returned, otherwise True is returned. /// returned, otherwise True is returned.
#[derive(Debug, Clone, Serialize)] #[derive(Debug, Clone, Serialize)]
struct StopMessageLiveLocation<'a> { pub struct StopMessageLiveLocation<'a> {
#[serde(skip_serializing)] #[serde(skip_serializing)]
ctx: RequestContext<'a>, ctx: RequestContext<'a>,
/// Required if inline_message_id is not specified. Unique identifier for /// Required if inline_message_id is not specified. Unique identifier for