SetPushers

@Serializable
data class SetPushers(val asUserId: UserId? = null) : MatrixEndpoint<SetPushers.Request, Unit>

See also

Constructors

Link copied to clipboard
fun SetPushers(asUserId: UserId? = null)

Types

Link copied to clipboard
@Serializable
data class Request(val appDisplayName: String, val appId: String, val append: Boolean? = null, val data: PusherData, val deviceDisplayName: String, val kind: String? = null, val lang: String, val profileTag: String? = null, val pushkey: String)

Functions

Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<SetPushers.Request>?
Link copied to clipboard
open fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<Unit>?

Properties

Link copied to clipboard
val asUserId: UserId? = null
Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?