Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

Index

Properties

Optional caption

caption: string

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

gif_file_id

gif_file_id: string

A valid file identifier for the file.

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 file.

Optional reply_markup

reply_markup: IInlineKeyboardMarkup

Inline keyboard attached to the message.

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