Telegex.send_venue

You're seeing just the function send_venue, go back to Telegex module for more information.
Link to this function

send_venue(chat_id, latitude, longitude, title, address, optionals \\ [])

View Source

Specs

send_venue(integer() | String.t(), float(), float(), String.t(), String.t(),
  foursquare_id: String.t(),
  foursquare_type: String.t(),
  google_place_id: String.t(),
  google_place_type: String.t(),
  disable_notification: boolean(),
  reply_to_message_id: integer(),
  allow_sending_without_reply: boolean(),
  reply_markup:
    Telegex.Model.InlineKeyboardMarkup.t()
    | Telegex.Model.ReplyKeyboardMarkup.t()
    | Telegex.Model.ReplyKeyboardRemove.t()
    | Telegex.Model.ForceReply.t()
) :: {:ok, Telegex.Model.Message.t()} | {:error, Telegex.Model.errors()}

Use this method to send information about a venue. On success, the sent Telegex.Model.Message is returned.