canUploadFile
Determines whether the user can upload files in the current state.
This function checks if the user has the ChannelCapabilities.UPLOAD_FILE capability for the current channel. This capability allows users to attach and upload files (documents, images, videos, etc.) through the message composer.
Return
true if the user has the ChannelCapabilities.UPLOAD_FILE capability; false otherwise.