Request

@Serializable
data class Request(val presence: Presence, val statusMessage: String?)

Constructors

Link copied to clipboard
constructor(presence: Presence, statusMessage: String?)

Properties

Link copied to clipboard
@SerialName(value = "presence")
val presence: Presence
Link copied to clipboard
@SerialName(value = "status_msg")
val statusMessage: String?