Record
post-set-webhook-params
No description available.
record post-set-webhook-params {
allowed-updates: option<list<string>>,
certificate: option<input-file>,
drop-pending-updates: option<bool>,
ip-address: option<string>,
max-connections: option<s32>,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| allowed-updates | option<list<string>> | |
| certificate | option<input-file> | |
| drop-pending-updates | option<bool> | |
| ip-address | option<string> | |
| max-connections | option<s32> | |
| url | string |