Expand description
Contacts module
Structsยง
- An object representing a single contact in memory.
- Contact ID, including reserved IDs.
- Recently
Seen ๐Loop
Enumsยง
- Modifier ๐
- Possible origins of a contact.
Constantsยง
- Time during which a contact is considered as seen recently.
Functionsยง
- cat_
fingerprint ๐ - Imports contacts from the given vCard.
- import_
vcard_ ๐contact - Returns a vCard containing contacts with the given ids.
- Returns false if addr is an invalid address, otherwise true.
- set_
blocked ๐ - set_
profile_ ๐image Set profile image for a contact. - set_
status ๐Sets contact status. - split_
address_ ๐book - update_
last_ ๐seen Updates last seen timestamp of the contact if it is earlier than the giventimestamp
.