PushRulesEventContent

@Serializable
data class PushRulesEventContent(val global: PushRules? = null) : GlobalAccountDataEventContent

See also

Constructors

Link copied to clipboard
constructor(global: PushRules? = null)

Properties

Link copied to clipboard
val global: PushRules? = null