respondFile

@CheckReturnValue
abstract fun respondFile(fileUploads: Array<FileUpload>): MessageCreateAction(source)

Sends a file as a response in the event's channel

Return

RestAction to send the message

Parameters

fileUploads

The file uploads to send

See also