Interface ThumbnailFormatGif

The thumbnail is in static GIF format. It will be used only for some bot inline query results. Subtype of ThumbnailFormat.

interface ThumbnailFormatGif {
    @type: "thumbnailFormatGif";
}

Properties

Properties

@type: "thumbnailFormatGif"