View Source Elixteg.Model.InlineQueryResult.Gif (elixteg v0.7.0)
Link to this section Summary
Link to this section Types
@type t() :: %Elixteg.Model.InlineQueryResult.Gif{ caption: binary(), description: binary(), gif_height: integer(), gif_url: binary(), gif_width: integer(), id: binary(), input_message_content: InputMessageContent.t(), reply_markup: InlineKeyboardMarkup.t(), thumb_url: binary(), title: binary(), type: binary() }