GetMscSubContactVerificationMessagePlainArgs

data class GetMscSubContactVerificationMessagePlainArgs(val contactId: String, val type: Int) : ConvertibleToJava<GetMscSubContactVerificationMessagePlainArgs>

A collection of arguments for invoking getMscSubContactVerificationMessage.

Constructors

constructor(contactId: String, type: Int)

Properties

Link copied to clipboard

The ID of the Contact.

Link copied to clipboard
val type: Int

How a user receives verification messages. Valid values : 1, 2.

Functions

Link copied to clipboard
open override fun toJava(): GetMscSubContactVerificationMessagePlainArgs