We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$token
1 parent 93442b2 commit e0a36baCopy full SHA for e0a36ba
src/Telegram/Bot.php
@@ -18,7 +18,7 @@
18
*/
19
class Bot
20
{
21
- private string $token;
+ protected string $token;
22
private int $updatesMethod;
23
private string $apiURL;
24
private bool $payload;
0 commit comments