Telegex.Model.InlineQueryResultVenue (Telegex v0.1.5) View Source

Link to this section Summary

Functions

Convert map data to Elixir.Telegex.Model.InlineQueryResultVenue. Unlike Kernel.struct/2, this function will convert nested struct fields together.

Link to this section Types

Specs

t() :: %Telegex.Model.InlineQueryResultVenue{
  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,
  id: String.t(),
  input_message_content: Telegex.Model.InputMessageContent.t() | nil,
  latitude: float(),
  longitude: float(),
  reply_markup: Telegex.Model.InlineKeyboardMarkup.t() | nil,
  thumb_height: integer() | nil,
  thumb_url: String.t() | nil,
  thumb_width: integer() | nil,
  title: String.t(),
  type: String.t()
}

Link to this section Functions

Convert map data to Elixir.Telegex.Model.InlineQueryResultVenue. Unlike Kernel.struct/2, this function will convert nested struct fields together.