endSession: bool,
message: String,
attachments: Vec<String>,
+ view_once: bool,
mentions: Vec<String>,
textStyle: Vec<String>,
quoteTimestamp: Option<u64>,
Ok(ClientBuilder::default().build_with_tokio(sender, receiver))
}
+#[cfg(unix)]
pub async fn connect_unix(
socket_path: impl AsRef<Path>,
) -> Result<impl SubscriptionClientT, std::io::Error> {