Game#

class pyrogram.raw.types.Game#

Indicates an already sent game.

Constructor of Game.

Details:
  • Layer: 158

  • ID: BDF9653B

Parameters:
  • id (int 64-bit) – ID of the game.

  • access_hash (int 64-bit) – Access hash of the game.

  • short_name (str) – Short name for the game.

  • title (str) – Title of the game.

  • description (str) – Game description.

  • photo (Photo) – Game preview.

  • document (Document, optional) – Optional attached document.