Link Search Menu Expand Document

danog\MadelineProto\EventHandler\Query\GameQuery

Back to index

Author: Daniil Gentili daniil@daniil.it

Represents a query sent by the user by clicking on a “Play game” button.

Properties

  • $gameShortName: string Short name of a Game to be returned, serves as the unique identifier for the game
  • $queryId: int Query ID
  • $userId: int ID of the user that pressed the button
  • $chatInstance: int Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games.

Method list:

Methods:

answer(string $message, bool $alert = false, (string|null) $url = NULL, int $cacheTime = 300): bool

Parameters:

  • $message: string Popup to show
  • $alert: bool Whether to show the message as a popup instead of a toast notification
  • $url: (string|null) URL to open
  • $cacheTime: int Cache validity (default set to 5 min based on telegram official docs …)

Generated by danog/phpdoc