Current section

Files

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

include/telega@model@types_InputMediaLocation.hrl

-record(input_media_location, {
type_ :: binary(),
latitude :: float(),
longitude :: float(),
horizontal_accuracy :: gleam@option:option(float())
}).