onBeforeSendFileMessage

protected open fun onBeforeSendFileMessage(@NonNull params: FileMessageCreateParams)

It will be called before sending message. If you want add more data, you can override this and set the data.

Parameters

params

Params of file message. Refer to FileMessageCreateParams.