Instant messaging information for contacts in the ContactsManager SDK
ContactInstantMessage
model represents an instant messaging account associated with a contact in the ContactsManager SDK.
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