Custom

@JsonSerializable
@PolymorphicLabel(value = "custom")
data class Custom(val attributes: Map<String, Any>) : Message

Constructors

Link copied to clipboard
constructor(attributes: Map<String, Any>)

Properties

Link copied to clipboard