diff --git a/message.go b/message.go index 966a064..dbd1b40 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 the ID of the message. + Mid string `json:"mid"` } // IGMessageRead represents data with the read message ID. Present in the Instagram webhook.