ex_gram v0.11.0 ExGram.Model.InlineQueryResultMpeg4Gif View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExGram.Model.InlineQueryResultMpeg4Gif{
caption: String.t(),
id: String.t(),
input_message_content: ExGram.Model.InputMessageContent.t(),
mpeg4_duration: integer(),
mpeg4_height: integer(),
mpeg4_url: String.t(),
mpeg4_width: integer(),
parse_mode: String.t(),
reply_markup: ExGram.Model.InlineKeyboardMarkup.t(),
thumb_url: String.t(),
title: String.t(),
type: String.t()
}