1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 17:24:40 +01:00

Small refactor

This commit is contained in:
Mahdi 2024-11-15 18:39:13 +03:30
parent 7996b20889
commit 5dc97c91cd

View File

@ -40,7 +40,7 @@ abstract class CallbackQuery extends Update
}
/**
* @param ?string $message Popup to show
* @param ?string $message Popup to show
* @param bool $alert Whether to show the message as a popup instead of a toast notification
* @param string|null $url URL to open
* @param int $cacheTime Cache validity (default set to 5 min based on telegram official docs ...)