Relation Default Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Constructors
Link copied to clipboard
fun RelationDefaultContent( @Json(name = "rel_type" ) type: String?, @Json(name = "event_id" ) eventId: String?, @Json(name = "m.in_reply_to" ) inReplyTo: ReplyToContent? = null, @Json(name = "option" ) option: Int? = null, @Json(name = "is_falling_back" ) isFallingBack: Boolean? = null)
Content copied to clipboard