discord-php / DiscordPHP

An API to interact with the popular messaging app Discord
MIT License
977 stars 236 forks source link

BC: MESSAGE_UPDATE first argument typehint is now object|Message #1122

Closed SQKo closed 1 year ago

SQKo commented 1 year ago

This is due to fact that MESSAGE_UPDATE event may send a partial data which only contains ids, and a flag. We check if the data contains a type to make sure that it is not partial.

Fixes #1107