package telegraml

  1. Overview
  2. Docs

Module TelegramApi.LocationSource

Sourcetype location = {
  1. longitude : float;
  2. latitude : float;
}

Represents a location sent by a user in terms of longitude/latitude coordinates

Sourceval create : longitude:float -> latitude:float -> unit -> location

Create a location in a concise manner

Read a location out of some JSON

Read a location out of some JSON

Sourcemodule Out : sig ... end

This module deals with outgoing location messages

OCaml

Innovation. Community. Security.