Current section

Files

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

include/telega@model@types_StoryAreaTypeLocation.hrl

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