Skip to content

Game

Type · TDLib 1.8.67 · d1085f9c

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

Game(
  id: int64,
  short_name: string,
  title: string,
  text: FormattedText,
  description: string,
  photo: Photo,
  animation: Animation
) → Game

id

int64

Unique game identifier

short_name

string

Game short name

title

string

Game title

text

FormattedText

Game text, usually containing scoreboards for a game

description

string

Game description

photo

Photo

Game photo

animation

Animation

Game animation; may be null