Struct wdg_telegram_types::Location [] [src]

pub struct Location {
    pub _longitude: f32,
    pub _latitude: f32,
}

This object represents a point on the map.

Fields

Longitude as defined by sender

Latitude as defined by sender