CommInfoRequest

@Serializable
class CommInfoRequest(val targetName: String? = null) : AbstractMessageContent

Constructors

Link copied to clipboard
constructor(targetName: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "target_name")
val targetName: String? = null