Skip to content

Commit 804d969

Browse files
committed
Added drop_pending_updates to setWebhook
1 parent ed2df60 commit 804d969

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
@@ -1029,6 +1029,7 @@ public function setWebhook(string $url, array $data = []): ServerResponse
10291029
'certificate',
10301030
'max_connections',
10311031
'allowed_updates',
1032+
'drop_pending_updates'
10321033
]));
10331034
$data['url'] = $url;
10341035

0 commit comments

Comments
 (0)