files

@Contract(pure = true)
open fun files(msg: ThreadMessage): MessageFileHandler

Returns a handler for interacting with the files in the given message.

Return

The handler for interacting with the files

Parameters

msg

The message to get the files for


@Contract(pure = true)
abstract fun files(messageId: String): MessageFileHandler

Returns a handler for interacting with the files in the message with the given id.

Return

The handler for interacting with the files

Parameters

messageId

The id of the message to get the files for