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.
1 parent 4a111aa commit 1b2d391Copy full SHA for 1b2d391
src/Telegram.php
@@ -9,35 +9,35 @@ class Telegram
9
use ConfigurationParser;
10
11
/**
12
- * The Bot API Token.
+ * The Telegram bot API token.
13
*
14
* @var string
15
*/
16
public $token;
17
18
19
- * The Telegram chat_id.
+ * The Telegram "chat_id".
20
21
* @var mixed
22
23
public $chat;
24
25
26
- * The message.
+ * The message that should be sent.
27
28
29
30
public $message;
31
32
33
- * The options.
+ * The message options.
34
35
* @var array
36
37
public $options;
38
39
40
- * The task name.
+ * The name of the task.
41
42
43
0 commit comments