Contact Response
data class ContactResponse(val id: String, val waId: String, val name: String, val profilePicUrl: String?, val email: String?, val notes: String?, val tags: List<TagResponse>, val lastInteraction: LocalDateTime?, val is24hWindowActive: Boolean)(source)
Constructors
Link copied to clipboard
constructor(id: String, waId: String, name: String, profilePicUrl: String?, email: String?, notes: String?, tags: List<TagResponse>, lastInteraction: LocalDateTime?, is24hWindowActive: Boolean)