Skip to main content

Module id

Module id 

Source
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§

ContactId
ContactRequestId
FileId
GroupId
MemberId
MessageId
RelayId
UserId

Enums§

ChatId
Identifies a chat: direct contact, group (optionally scoped to a member support thread), or local note-to-self.