diff --git a/message.go b/message.go index 966a064..c770716 100644 --- a/message.go +++ b/message.go @@ -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.