Expand description
Type-safe wrappers for SimpleX Chat integer IDs and conversions from API structs.
ID types implement From for their corresponding API structs(and references to them), so you can pass a
&Contact, GroupInfo, ChatItem, etc. directly wherever a typed ID is expected.
Structs§
Enums§
- ChatId
- Identifies a chat: direct contact, group (optionally scoped to a member support thread), or local note-to-self.