mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update src/core/requests/stop_message_live_location.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
parent
b831cd3f1c
commit
f37e41361f
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ impl<'a> Request<'a> for StopMessageLiveLocation<'a> {
|
|||
"stopMessageLiveLocation",
|
||||
&self,
|
||||
)
|
||||
.await
|
||||
.await
|
||||
})
|
||||
}
|
||||
}
|
||||
|
@ -91,4 +91,4 @@ impl<'a> StopMessageLiveLocation<'a> {
|
|||
self.inline_message_id = Some(reply_markup.into());
|
||||
self
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue