Current section

Files

Jump to
telega include telega@model@types_InputLocationMessageContent.hrl
Raw

include/telega@model@types_InputLocationMessageContent.hrl

-record(input_location_message_content, {
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())
}).