Add support for deleted business messages event
This commit is contained in:
parent
b4a7d69c3c
commit
775a5ab71f
3 changed files with 36 additions and 0 deletions
|
@ -136,6 +136,11 @@
|
|||
return UpdateEventType::MESSAGE_REACTION;
|
||||
}
|
||||
|
||||
if($update->getDeletedBusinessMessages() !== null)
|
||||
{
|
||||
return UpdateEventType::DELETED_BUSINESS_MESSAGES;
|
||||
}
|
||||
|
||||
return UpdateEventType::UPDATE_EVENT;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue