JsonMessageRequestResponseMessage

data class JsonMessageRequestResponseMessage(person: JsonAddress?, groupId: String?, type: String?)

Responses to message requests from unknown users or groups

Constructors

Link copied to clipboard
fun JsonMessageRequestResponseMessage(person: JsonAddress? = null, groupId: String? = null, type: String? = null)

Properties

Link copied to clipboard
val groupId: String? = null
Link copied to clipboard
val person: JsonAddress? = null
Link copied to clipboard
val type: String? = null

One of UNKNOWN, ACCEPT, DELETE, BLOCK, BLOCK_AND_DELETE, UNBLOCK_AND_ACCEPT