Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a link to an animated GIF file. By default, this animated GIF file will be sent by the user with optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the animation.

Hierarchy

Index

Properties

Optional caption

caption: string

Caption of the GIF file to be sent, 0-200 characters.

Optional gif_duration

gif_duration: number

Duration of the GIF.

Optional gif_height

gif_height: number

Height of the GIF.

gif_url

gif_url: string

A valid URL for the GIF file. File size must not exceed 1MB.

Optional gif_width

gif_width: number

Width of the GIF.

id

id: string

Unique identifier for this result, 1-64 bytes.

Optional input_message_content

input_message_content: IInputMessageContent

Content of the message to be sent instead of the GIF animation.

Optional reply_markup

reply_markup: IInlineKeyboardMarkup

Inline keyboard attached to the message.

thumb_url

thumb_url: string

URL of the static thumbnail for the result (jpeg or gif).

Optional title

title: string

Title for the result.

type

type: string

Type of the result, must be gif.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc