mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
fix build error
This commit is contained in:
parent
62b26fe14f
commit
774c481faf
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ impl<'a> KickChatMember<'a> {
|
|||
}
|
||||
|
||||
pub fn until_date<T: Into<u64>>(mut self, until_date: T) -> Self {
|
||||
self.until_date = Some(user_id.into());
|
||||
self.until_date = Some(until_date.into());
|
||||
self
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue