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
8bc6d7b13f
commit
3df77cc356
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ impl<'a> StopMessageLiveLocation<'a> {
|
|||
}
|
||||
|
||||
pub fn message_id<T>(mut self, message_id: T) -> Self
|
||||
where T: Into<i32>
|
||||
where T: Into<i32>
|
||||
{
|
||||
self.message_id = Some(message_id.into());
|
||||
self
|
||||
|
|
Loading…
Reference in a new issue