tock / ai.tock.bot.connector.messenger.model / Recipient

Recipient

data class Recipient (source)

One of id or userRef must not be null.

Constructors

<init>

One of id or userRef must not be null.

Recipient(id: String?, userRef: String? = null)

Properties

id

val id: String?

userRef

val userRef: String?