ex_gram v0.12.0 ExGram.Model.InlineQueryResultCachedPhoto View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExGram.Model.InlineQueryResultCachedPhoto{
caption: String.t() | nil,
description: String.t() | nil,
id: String.t(),
input_message_content: ExGram.Model.InputMessageContent.t() | nil,
parse_mode: String.t(),
photo_file_id: String.t(),
reply_markup: ExGram.Model.InlineKeyboardMarkup.t() | nil,
title: String.t() | nil,
type: String.t()
}