Current section
Files
Jump to
Current section
Files
include/telega@model@types_Location.hrl
-record(location, {
latitude :: float(),
longitude :: float(),
horizontal_accuracy :: gleam@option:option(float()),
live_period :: gleam@option:option(integer()),
heading :: gleam@option:option(integer()),
proximity_alert_radius :: gleam@option:option(integer())
}).