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

add mid field in read model

This commit is contained in:
Maria Tyschitskaya 2022-02-08 16:01:39 +03:00
parent ae68d46308
commit 5756e44f21

View file

@ -66,6 +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"`
}
// IGMessageRead represents data with the read message ID. Present in the Instagram webhook.