We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Client
1 parent adf1b24 commit 0af9276Copy full SHA for 0af9276
lib/ferogram/src/client.rs
@@ -18,6 +18,7 @@ use grammers_mtsender::ServerAddr;
18
use crate::{Cache, Context, Dispatcher, ErrorHandler, Result, di, utils::prompt};
19
20
/// Wrapper about grammers' `Client` instance.
21
+#[derive(Clone)]
22
pub struct Client {
23
/// The dispatcher.
24
dispatcher: Dispatcher,
0 commit comments