fix build error

This commit is contained in:
nextel 2019-09-21 20:41:31 +03:00
parent 62b26fe14f
commit 774c481faf

View file

@ -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
}
}