How can I send drop_pending_updates via SetWebhookParams? #206
Answered
by
mymmrac
ptah-alexs
asked this question in
Q&A
-
How can I send drop_pending_updates via SetWebhookParams? |
Beta Was this translation helpful? Give feedback.
Answered by
mymmrac
Aug 29, 2024
Replies: 1 comment 1 reply
-
Pass &SetWebhookParams{
DropPendingUpdates: true,
} Are there any issues with that? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mymmrac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pass
DropPendingUpdates
inSetWebhookParams
astrue
?Are there any issues with that?