Record
webhook-info
No description available.
record webhook-info {
allowed-updates: option<list<string>>,
has-custom-certificate: bool,
ip-address: option<string>,
last-error-date: option<s32>,
last-error-message: option<string>,
max-connections: option<s32>,
pending-update-count: s32,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| allowed-updates | option<list<string>> | |
| has-custom-certificate | bool | |
| ip-address | option<string> | |
| last-error-date | option<s32> | |
| last-error-message | option<string> | |
| max-connections | option<s32> | |
| pending-update-count | s32 | |
| url | string |