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
f37e41361f
commit
33dd80d49d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ impl<'a> StopMessageLiveLocation<'a> {
|
|||
}
|
||||
|
||||
pub fn chat_id<T>(mut self, chat_id: T) -> Self
|
||||
where T: Into<ChatId>
|
||||
where T: Into<ChatId>
|
||||
{
|
||||
self.chat_id = chat_id.into();
|
||||
self
|
||||
|
|
Loading…
Reference in a new issue