simploxide-client 0.9.0

SimpleX-Chat API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Re-exports everything that is needed to send commands, match events and destructure responses

pub use crate::types::{
    AddressSettings, CIContent, CIDeleteMode, ChatBotCommand, ChatDeleteMode, ChatInfo,
    ChatPeerType, ChatRef, ChatType, ComposedMessage, CreatedConnLink, CryptoFile, GroupMemberRole,
    GroupProfile, MsgContent, MsgReaction, NewUser, Preferences, Profile, UpdatedMessage, User,
    UserInfo,
};
pub use crate::{
    ClientApi as _, ClientError, ClientResult, client_api::*, commands::*, events::*, responses::*,
};