ElementCallNotifyContent

@JsonClass(generateAdapter = true)
data class ElementCallNotifyContent(@Json(name = "application") val application: String? = null, @Json(name = "call_id") val callId: String? = null, @Json(name = "m.mentions") val mentions: Mentions? = null, @Json(name = "notify_type") val notifyType: String? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "application") application: String? = null, @Json(name = "call_id") callId: String? = null, @Json(name = "m.mentions") mentions: Mentions? = null, @Json(name = "notify_type") notifyType: String? = null)

Functions

Link copied to clipboard

Properties

Link copied to clipboard
val application: String? = null
Link copied to clipboard
val callId: String? = null
Link copied to clipboard
val mentions: Mentions? = null
Link copied to clipboard
val notifyType: String? = null