Nadia.Model.InlineQueryResult.Location (nadia v0.8.0)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.InlineQueryResult.Location{
  id: binary(),
  input_message_content: InputMessageContent.t(),
  latitude: float(),
  longitude: float(),
  reply_markup: InlineKeyboardMarkup.t(),
  thumb_height: integer(),
  thumb_url: binary(),
  thumb_width: integer(),
  title: binary(),
  type: binary()
}