Webhook info

class bale.WebhookInfo(url, has_custom_certificate, pending_update_count)

Bases: BaleObject

This object shows a WebhookInfo.

url

Webhook URL, may be empty if webhook is not set up.

Type:

str

has_custom_certificate

True, if a custom certificate was provided for webhook certificate checks.

Type:

bool

pending_update_count

Number of updates awaiting delivery.

Type:

int