mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-23 23:29:37 +01:00
Fix the docs of BotBuilder
This commit is contained in:
parent
36824b4bbb
commit
712d76032e
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ impl Bot {
|
|||
}
|
||||
}
|
||||
|
||||
/// A builder of [`Bot`], supporting some extra settings.
|
||||
///
|
||||
/// [`Bot`] crate::Bot
|
||||
#[derive(Debug, Default)]
|
||||
pub struct BotBuilder {
|
||||
token: Option<String>,
|
||||
|
|
Loading…
Add table
Reference in a new issue