Skip to content

Commit 385e7f3

Browse files
authored
Added ip_address to setWebhook options
1 parent 47df8f5 commit 385e7f3

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
@@ -1027,6 +1027,7 @@ public function setWebhook(string $url, array $data = []): ServerResponse
10271027

10281028
$data = array_intersect_key($data, array_flip([
10291029
'certificate',
1030+
'ip_address',
10301031
'max_connections',
10311032
'allowed_updates',
10321033
'drop_pending_updates'

0 commit comments

Comments
 (0)