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

View Source

Summary

Types

t()

@type t() :: %Nadia.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()
}