Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit e1149d8

Browse files
committed
Merge branch 'master' of github.com:unreal4u/telegram-api
2 parents 648577d + 53f6040 commit e1149d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/send-message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function (\Exception $exception) {
3333

3434
$sendMessage = new SendMessage();
3535
$sendMessage->chat_id = A_GROUP_CHAT_ID;
36-
$sendMessage->text = 'And this is an hello the the group... also from a getMessage file';
36+
$sendMessage->text = 'And this is a hello to the group... also from a getMessage file';
3737

3838
$promise = $tgLog->performApiRequest($sendMessage);
3939

0 commit comments

Comments
 (0)