Versions in this module Expand all Collapse all v1 v1.10.4 Jun 13, 2022 Changes in this version + var Contacts = map[string]Contact + func HandleContacts(src string, dm *signalservice.DataMessage) ([]*signalservice.DataMessage_Contact, error) + func LoadContacts(contactsYaml *yamlContacts) + func UpdateProfileKey(src string, profileKey []byte) error + func WriteContacts(filename string, contacts []Contact) error + func WriteContactsToPath() error + type Contact struct + Archived bool + Avatar []byte + AvatarImg []byte + Blocked bool + Certificate []byte + Color string + ExpireTimer uint32 + HasAvatar bool + IdentityKey []byte + InboxPosition uint32 + Name string + ProfileKey []byte + ProfileKeyCredential []byte + Registered bool + Tel string + UUID string + Username string + Verified *signalservice.Verified + func GetContact(uuid string) Contact + func ReadContacts(fileName string) ([]Contact, error) + func (c *Contact) GetProfileKey() []byte