mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Changed type of last_synchronization_error_date
This commit is contained in:
parent
a869c54ecc
commit
5d513b682c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class WebhookInfo(TelegramObject):
|
|||
"""*Optional*. Unix time for the most recent error that happened when trying to deliver an update via webhook"""
|
||||
last_error_message: Optional[str] = None
|
||||
"""*Optional*. Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook"""
|
||||
last_synchronization_error_date: Optional[int] = None
|
||||
last_synchronization_error_date: Optional[datetime.datetime] = None
|
||||
"""*Optional*. Unix time of the most recent error that happened when trying to synchronize available updates with Telegram datacenters"""
|
||||
max_connections: Optional[int] = None
|
||||
"""*Optional*. Maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue