isFile

Returns whether the file message is a file, checked by the UikitFileMessage.type. Anything other than an image or a video is considered as a file.

Receiver

The UikitFileMessage to check if it is a file.

Return

true if the file message is a file, false otherwise.

Since

1.0.0-beta.1

See also