Constructors

  • Parameters

    Returns Game

Properties

game: RawGame
type: "game" = ...

Accessors

  • get animation(): null | Video
  • Animation that will be displayed in the game message in chats

    Returns null | Video

  • get description(): string
  • Description of the game

    Returns string

  • get id(): Long
  • Unique identifier of the game.

    Returns Long

  • get photo(): null | Photo
  • Photo that will be displayed in the game message in chats

    Returns null | Photo

  • get shortName(): string
  • Unique short name of the game

    Returns string

  • get title(): string
  • Title of the game

    Returns string