package telegraml

  1. Overview
  2. Docs

Module TelegramApi.VenueSource

Sourcetype venue = {
  1. location : Location.location;
  2. title : string;
  3. address : string;
  4. foursquare_id : string option;
}

Represents an event venue in a chat

Sourceval create : location:Location.location -> title:string -> address:string -> ?foursquare_id:string option -> unit -> venue

Create a venue in a concise manner

Read a venue out of some JSON

Read a venue out of some JSON

Sourcemodule Out : sig ... end
OCaml

Innovation. Community. Security.