Set Push Rule
@Serializable
See also
Constructors
Link copied to clipboard
fun SetPushRule(scope: String, kind: PushRuleKind, ruleId: String, beforeRuleId: String? = null, afterRuleId: String? = null, asUserId: UserId? = null)
Types
Functions
Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<SetPushRule.Request>?
Link copied to clipboard
open fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<Unit>?