Message Beacon Info Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Content of the state event of type EventType.STATE_ROOM_BEACON_INFO
It contains general info related to a live location share. Locations are sent in a different message related to the state event. See MessageBeaconLocationDataContent
Constructors
Link copied to clipboard
fun MessageBeaconInfoContent( msgType: String = MessageType.MSGTYPE_BEACON_INFO, @Json(name = "body" ) body: String = "", @Json(name = "m.relates_to" ) relatesTo: RelationDefaultContent? = null, @Json(name = "m.new_content" ) newContent: Content? = null, @Json(name = "description" ) description: String? = null, @Json(name = "timeout" ) timeout: Long? = null, @Json(name = "live" ) isLive: Boolean? = null, @Json(name = "org.matrix.msc3488.ts" ) unstableTimestampMillis: Long? = null, @Json(name = "m.ts" ) timestampMillis: Long? = null, @Json(name = "org.matrix.msc3488.asset" ) unstableLocationAsset: LocationAsset = LocationAsset(LocationAssetType.SELF), @Json(name = "m.asset" ) locationAsset: LocationAsset? = null)
Content copied to clipboard