From 5756e44f2157c6a0ff2542da0483b08cca3eb2b0 Mon Sep 17 00:00:00 2001 From: Maria Tyschitskaya Date: Tue, 8 Feb 2022 16:01:39 +0300 Subject: [PATCH] add mid field in read model --- message.go | 2 ++ 1 file changed, 2 insertions(+) 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.