mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Fix Clippy
This commit is contained in:
parent
6a1d715a69
commit
6c1a39570c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ impl<'a> SendVenue<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Unique identifier for the target chat or username of the target channel
|
||||
/// Unique identifier for the target chat or username of the target channel
|
||||
/// (in the format `@channelusername`).
|
||||
pub fn chat_id<T>(mut self, val: T) -> Self
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue