mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Make StopMessageLiveLocation
public
This commit is contained in:
parent
6e76d0441d
commit
300a3cb285
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use crate::core::{
|
|||
/// expires. On success, if the message was sent by the bot, the sent Message is
|
||||
/// returned, otherwise True is returned.
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
struct StopMessageLiveLocation<'a> {
|
||||
pub struct StopMessageLiveLocation<'a> {
|
||||
#[serde(skip_serializing)]
|
||||
ctx: RequestContext<'a>,
|
||||
/// Required if inline_message_id is not specified. Unique identifier for
|
||||
|
|
Loading…
Reference in a new issue