Models
Instant Message
Instant messaging information for contacts in the ContactsManager SDK
Instant Message
The ContactInstantMessage
model represents an instant messaging account associated with a contact in the ContactsManager SDK.
Properties
instantMessageId: String
- Unique identifier for the IM entryservice: String?
- The messaging service (e.g., WhatsApp, Telegram, Signal)username: String?
- The username on the messaging platformuserIdentifier: String?
- Unique identifier for the user on the platformtype: String?
- The type or label for the IM (e.g., personal, work)emoji: String?
- An emoji icon associated with this IM accountcontact: Contact?
- Reference to the parent contact that owns this IM account
Usage Example
Related
- Contact Model - The parent contact model
- Social Profile Model - Social media profiles for contacts
- Phone Number Model - Phone numbers for contacts