1
0

🐛 Fixed unix date format in WebhookInfo structure

This commit is contained in:
Maxim Lebedev 2017-10-25 13:21:58 +05:00
parent 5b021f70f7
commit 06bee671fb
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F

View File

@ -139,7 +139,7 @@ type (
// Unix time for the most recent error that happened when trying to
// deliver an update via webhook
LastErrorDate int `json:"last_error_date,omitempty"`
LastErrorDate int64 `json:"last_error_date,omitempty"`
// Error message in human-readable format for the most recent error that
// happened when trying to deliver an update via webhook