Current section

Files

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

include/telega@model@types_InputVenueMessageContent.hrl

-record(input_venue_message_content, {
latitude :: float(),
longitude :: float(),
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())
}).