View Source Telegex.Type.InputVenueMessageContent (Telegex v1.8.0)

Represents the content of a venue message to be sent as the result of an inline query.

Summary

Types

@type t() :: %Telegex.Type.InputVenueMessageContent{
  address: String.t(),
  foursquare_id: String.t() | nil,
  foursquare_type: String.t() | nil,
  google_place_id: String.t() | nil,
  google_place_type: String.t() | nil,
  latitude: float(),
  longitude: float(),
  title: String.t()
}