Update src/core/requests/stop_message_live_location.rs

Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
Mishko torop'izhko 2019-09-12 18:31:11 +03:00 committed by GitHub
parent 33dd80d49d
commit 8bc6d7b13f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ impl<'a> StopMessageLiveLocation<'a> {
}
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