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:53 +03:00 committed by GitHub
parent 3df77cc356
commit 5b8166a9d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ impl<'a> StopMessageLiveLocation<'a> {
}
pub fn inline_message_id<T>(mut self, inline_message_id: T) -> Self
where T: Into<String>
where T: Into<String>
{
self.inline_message_id = Some(inline_message_id.into());
self