Unsigned Data
@JsonClass(generateAdapter = true )
Constructors
Link copied to clipboard
constructor(@Json(name = "age" ) age: Long?, @Json(name = "redacted_because" ) redactedEvent: Event? = null, @Json(name = "transaction_id" ) transactionId: String? = null, @Json(name = "prev_content" ) prevContent: Map<String, Any>? = null, @Json(name = "m.relations" ) relations: AggregatedRelations? = null, @Json(name = "replaces_state" ) replacesState: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Optional. The previous content for this event. If there is no previous content, this key will be missing.
Link copied to clipboard
Optional. The event that redacted this event, if any.
Link copied to clipboard
Link copied to clipboard
Optional. The eventId of the previous state event being replaced.
Link copied to clipboard
The client-supplied transaction ID, if the client being given the event is the same one which sent it.