This commit is contained in:
Cubicroot 2021-06-11 10:21:48 +02:00
parent 975c0a246b
commit c5e4669fda
2 changed files with 9 additions and 4 deletions

View file

@ -16,7 +16,7 @@ type Notification struct {
Date time.Time `json:"date"`
}
// DeleteNotification holds information like the message, the reply to message id and the priority of a deletion notification.
// DeleteNotification holds information like the message ID of a deletion notification.
type DeleteNotification struct {
ID string `json:"id" form:"id"`
Date time.Time `json:"date"`