Interface Game

Describes a game. Use getInternalLink with internalLinkTypeGame to share the game.

interface Game {
    @type: "game";
    animation: Animation;
    description: string;
    id: string;
    photo: Photo;
    short_name: string;
    text: FormattedText;
    title: string;
}

Properties

@type: "game"
animation: Animation

Game animation; may be null.

description: string

Describes a game. Use getInternalLink with internalLinkTypeGame to share the game.

id: string

Unique game identifier.

photo: Photo

Game photo.

short_name: string

Game short name.

Game text, usually containing scoreboards for a game.

title: string

Game title.