Represents the content of a venue message to be sent as the result of an inline query.
@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() }