replyFile

@CheckReturnValue
abstract fun replyFile(fileUploads: Array<FileUpload>): RestAction<Message>(source)

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

Return

RestAction to send the message

Parameters

fileUploads

The file uploads to send

See also