Add mid field in read model (#17)
This commit is contained in:
parent
ae68d46308
commit
243bf4a2b2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user