1
0
Fork 0
mirror of synced 2025-04-04 21:53:37 +03:00

change field name

This commit is contained in:
Maria Tyschitskaya 2022-02-09 17:54:12 +03:00
parent 5756e44f21
commit 4cd697c2a1

View file

@ -66,8 +66,8 @@ type Read struct {
RawWatermark int64 `json:"watermark"`
// Seq is the sequence the message was sent in.
Seq int `json:"seq"`
// MID is id of message
MID string `json:"mid"`
// Mid is the ID of the message.
Mid string `json:"mid"`
}
// IGMessageRead represents data with the read message ID. Present in the Instagram webhook.