Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "deleted" field in MessageItem #1183

Closed
BernardoGiordano opened this issue Nov 17, 2021 · 0 comments
Closed

Missing "deleted" field in MessageItem #1183

BernardoGiordano opened this issue Nov 17, 2021 · 0 comments
Assignees
Milestone

Comments

@BernardoGiordano
Copy link
Contributor

BernardoGiordano commented Nov 17, 2021

Hello. I'm opening this issue because the MessageItem class does not support is_deleted field that is sent from Instagram private messaging webhooks when a message is unsent.

Here is an example payload that shows the is_deleted field.

{
   "entry" : [
      {
         "id" : "page_id",
         "messaging" : [
            {
               "message" : {
                  "is_deleted" : true,
                  "mid" : "message_id"
               },
               "recipient" : {
                  "id" : "recipient_id"
               },
               "sender" : {
                  "id" : "sender_id"
               },
               "timestamp" : 1637138871850
            }
         ],
         "time" : 1637138871941
      }
   ],
   "object" : "instagram"
}
@nbartels nbartels self-assigned this Nov 17, 2021
@nbartels nbartels added this to the 3.24.0 milestone Nov 17, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants