Current section

Files

Jump to
telega include telega@model_StoryAreaType.hrl
Raw

include/telega@model_StoryAreaType.hrl

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