From 243bf4a2b23d591fe9c11668dde31408937b332c Mon Sep 17 00:00:00 2001 From: tishmaria90 Date: Thu, 10 Feb 2022 11:59:44 +0300 Subject: [PATCH] Add mid field in read model (#17) --- message.go | 2 ++ 1 file changed, 2 insertions(+) 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.