MessageBeaconLocationDataContent
@JsonClass(generateAdapter = true)
Content copied to clipboard
Content of the event of type EventType.BEACON_LOCATION_DATA
It contains location data related to a live location share. It is related to the state event that originally started the live. See MessageBeaconInfoContent
Constructors
Link copied to clipboard
fun MessageBeaconLocationDataContent( msgType: String = MessageType.MSGTYPE_BEACON_LOCATION_DATA, @Json(name = "body") body: String = "", @Json(name = "m.relates_to") relatesTo: RelationDefaultContent? = null, @Json(name = "m.new_content") newContent: Content? = null, @Json(name = "org.matrix.msc3488.location") unstableLocationInfo: LocationInfo? = null, @Json(name = "m.location") locationInfo: LocationInfo? = null, @Json(name = "org.matrix.msc3488.ts") unstableTimestampMillis: Long? = null, @Json(name = "m.ts") timestampMillis: Long? = null)
Content copied to clipboard