1
0
mirror of synced 2024-11-21 20:36:06 +03:00

Add mid field in read model (#17)

This commit is contained in:
tishmaria90 2022-02-10 11:59:44 +03:00 committed by GitHub
parent ae68d46308
commit 243bf4a2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.