1 | <?php |
||
25 | class TestBot extends Bot |
||
26 | { |
||
27 | use FakeUpdate; |
||
28 | |||
29 | public $message_id = 0; |
||
30 | |||
31 | /* |
||
32 | * \brief Process a message sending it to the user specified internally. |
||
33 | * @param Message $message The message to send to the user. |
||
34 | */ |
||
35 | public function processMessage(Message $message) |
||
42 | |||
43 | public function initCommandsWrap() |
||
47 | } |
||
48 |