curl -X POST \
-H 'Content-Type: application/json' \
-d '{"chat_id": "@{CHAT_NAME}", "text": "This is a test from curl"}' \
https://api.telegram.org/bot@{BOT_TOKEN}/sendMessage
$this->token = bin2hex(random_bytes(60));
$this->expiresAt = new \DateTimeImmutable('+1 hour');