Interface InlineQueryResultAnimation

Represents an animation file. Subtype of InlineQueryResult.

interface InlineQueryResultAnimation {
    @type: "inlineQueryResultAnimation";
    animation: Animation;
    id: string;
    title: string;
}

Properties

Properties

@type: "inlineQueryResultAnimation"
animation: Animation

Animation file.

id: string

Unique identifier of the query result.

title: string

Animation title.