UploadsService

interface UploadsService

This interface defines methods to get event with uploads (= attachments) sent to a room. It's implemented at the room level.

Functions

Link copied to clipboard
abstract suspend fun getUploads(numberOfEvents: Int, since: String?): GetUploadsResult

Get a list of events containing URL sent to a room, from most recent to oldest one.