Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contact ¶
type Contact struct {
	UUID          uuid.UUID
	E164          string
	ContactName   string
	ContactAvatar ContactAvatar
	Profile       Profile
}
    The Contact struct combines information from two sources: - A Signal "contact": contact info harvested from our user's phone's contact list - A Signal "profile": contact info entered by the target user when registering for Signal Users of this Contact struct should prioritize "contact" information, but fall back to "profile" information if the contact information is not available.
type ContactAvatar ¶
type GroupIdentifier ¶
type GroupIdentifier string
func (GroupIdentifier) Bytes ¶
func (gid GroupIdentifier) Bytes() (raw libsignalgo.GroupIdentifier, err error)
func (GroupIdentifier) String ¶
func (gid GroupIdentifier) String() string
type Profile ¶
type Profile struct {
	Name       string
	About      string
	AboutEmoji string
	AvatarPath string
	Key        libsignalgo.ProfileKey
	FetchedAt  time.Time
}
    type SerializedGroupMasterKey ¶
type SerializedGroupMasterKey string
This is just base64 encoded group master key
 Click to show internal directories. 
   Click to hide internal directories.