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