Response

@Serializable
data class Response(val maxUploadSize: Long)

Constructors

Link copied to clipboard
constructor(maxUploadSize: Long)

Properties

Link copied to clipboard
@SerialName(value = "m.upload.size")
val maxUploadSize: Long