Current section

Files

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

include/telega@model@types_Venue.hrl

-record(venue, {
location :: telega@model@types:location(),
title :: binary(),
address :: binary(),
foursquare_id :: gleam@option:option(binary()),
foursquare_type :: gleam@option:option(binary()),
google_place_id :: gleam@option:option(binary()),
google_place_type :: gleam@option:option(binary())
}).