mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +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
33dd80d49d
commit
8bc6d7b13f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ impl<'a> StopMessageLiveLocation<'a> {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn reply_markup<T>(mut self, reply_markup: T) -> Self
|
pub fn reply_markup<T>(mut self, reply_markup: T) -> Self
|
||||||
where T: Into<InlineKeyboardMarkup>
|
where T: Into<InlineKeyboardMarkup>
|
||||||
{
|
{
|
||||||
self.inline_message_id = Some(reply_markup.into());
|
self.inline_message_id = Some(reply_markup.into());
|
||||||
self
|
self
|
||||||
|
|
Loading…
Reference in a new issue