SetFilter

@Serializable
data class SetFilter(val userId: UserId) : MatrixEndpoint<Filters, SetFilter.Response>

See also

Constructors

Link copied to clipboard
constructor(userId: UserId)

Types

Link copied to clipboard
@Serializable
data class Response(val filterId: String)

Properties

Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?
Link copied to clipboard
@SerialName(value = "userId")
val userId: UserId

Functions

Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json, value: Filters?): KSerializer<Filters>?
Link copied to clipboard