MadelineProto/docs/API_docs/constructors/game.md
2016-12-19 20:56:05 +03:00

704 B

Constructor: game

Attributes:

Name Type Required
id long Required
access_hash long Required
short_name string Required
title string Required
description string Required
photo Photo Required
document Document Optional

Type: Game

Example:

$game = ['_' => game', 'id' => long, 'access_hash' => long, 'short_name' => string, 'title' => string, 'description' => string, 'photo' => Photo, 'document' => Document, ];