View Source Elixteg.Model.InlineQueryResult.Photo (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.InlineQueryResult.Photo{
  caption: binary(),
  description: binary(),
  id: binary(),
  input_message_content: InputMessageContent.t(),
  photo_height: integer(),
  photo_url: binary(),
  photo_width: integer(),
  reply_markup: InlineKeyboardMarkup.t(),
  thumb_url: binary(),
  title: binary(),
  type: binary()
}