Current section

Files

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

include/telega@model@types_StoryAreaType.hrl

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