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:29:37 +03:00 committed by GitHub
parent b831cd3f1c
commit f37e41361f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ impl<'a> Request<'a> for StopMessageLiveLocation<'a> {
"stopMessageLiveLocation", "stopMessageLiveLocation",
&self, &self,
) )
.await .await
}) })
} }
} }
@ -91,4 +91,4 @@ impl<'a> StopMessageLiveLocation<'a> {
self.inline_message_id = Some(reply_markup.into()); self.inline_message_id = Some(reply_markup.into());
self self
} }
} }