From 4cd697c2a127877eccee23d67df3fac11acd0944 Mon Sep 17 00:00:00 2001 From: Maria Tyschitskaya Date: Wed, 9 Feb 2022 17:54:12 +0300 Subject: [PATCH] change field name --- message.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/message.go b/message.go index c770716..dbd1b40 100644 --- a/message.go +++ b/message.go @@ -66,8 +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"` + // Mid is the ID of the message. + Mid string `json:"mid"` } // IGMessageRead represents data with the read message ID. Present in the Instagram webhook.