discord-php / DiscordPHP

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

Fix docstring type for Message->channel #1056

Closed hemberger closed 1 year ago

hemberger commented 1 year ago

Since Message::getChannelAttribute can only return Channel|Thread, it is not possible for the channel attribute to be null.

This appears to have been erroneously introduced in b972af99c05e5e.

Please let me know if any additional changes are needed here. Thanks for your time!