EditMessageLiveLocationOptions

@Serializable
data class EditMessageLiveLocationOptions(var horizontalAccuracy: Float? = null, var heading: Int? = null, var proximityAlertRadius: Int? = null, var livePeriod: Int? = null) : Options

Constructors

Link copied to clipboard
constructor(horizontalAccuracy: Float? = null, heading: Int? = null, proximityAlertRadius: Int? = null, livePeriod: Int? = null)

Properties

Link copied to clipboard
var heading: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard