Current section

Files

Jump to
telega include telega@model_StoryAreaTypeLocation.hrl
Raw

include/telega@model_StoryAreaTypeLocation.hrl

-record(story_area_type_location, {
type_ :: binary(),
latitude :: float(),
longitude :: float(),
address :: gleam@option:option(telega@model:location_address())
}).