Interface GetAnimatedEmoji

Returns an animated emoji corresponding to a given emoji. Returns a 404 error if the emoji has no animated emoji. Request type for Tdjson#getAnimatedEmoji.

interface GetAnimatedEmoji {
    @type: "getAnimatedEmoji";
    emoji: string;
}

Properties

Properties

@type: "getAnimatedEmoji"
emoji: string

The emoji.