add mid field in read model
This commit is contained in:
parent
ae68d46308
commit
5756e44f21
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue