Skip to content

Commit e191b58

Browse files
authored
Merge pull request #1333 from jyxjjj/patch-1
add secret_token
2 parents edacee2 + 8bae8e4 commit e191b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Telegram.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,7 @@ public function setWebhook(string $url, array $data = []): ServerResponse
10631063
'max_connections',
10641064
'allowed_updates',
10651065
'drop_pending_updates',
1066+
'secret_token',
10661067
]));
10671068
$data['url'] = $url;
10681069

0 commit comments

Comments
 (0)