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