Class WebhookInfoType.

see
package Default

 Properties

 

Optional. A list of update types the bot is subscribed to. Defaults to all update types.

$allowedUpdates : array<mixed,string> | null

Default

 

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

$hasCustomCertificate : boolean

Default

 

Optional. Currently used webhook IP address.

$ipAddress : string | null

Default

 

Optional. DateTimeImmutable for the most recent error that happened when trying to deliver an update via webhook.

$lastErrorDate : \DateTimeImmutable | null

Default

 

Optional. Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook.

$lastErrorMessage : string | null

Default

 

Optional. Maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery.

$maxConnections : integer | null

Default

 

Number of updates awaiting delivery.

$pendingUpdateCount : integer

Default

 

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

$url : \TgBotApi\BotApiBase\Type\string;

Default