simploxide_client/
prelude.rs

1//! Re-exports everything that is needed to send commands, match events and destructure responses
2
3pub use crate::types::{
4    AddressSettings, CIDeleteMode, ChatDeleteMode, ChatInfo, ChatRef, ChatType, ComposedMessage,
5    CreatedConnLink, GroupMemberRole, GroupProfile, MsgContent, MsgReaction, NewUser, Preferences,
6    Profile, UpdatedMessage,
7};
8pub use crate::{ClientApi as _, commands::*, events::*, responses::*};