IgnoredUserListEventContent

@Serializable
data class IgnoredUserListEventContent(val ignoredUsers: Map<UserId, JsonObject>) : GlobalAccountDataEventContent

See also

Constructors

Link copied to clipboard
constructor(ignoredUsers: Map<UserId, JsonObject>)

Properties

Link copied to clipboard
@SerialName(value = "ignored_users")
val ignoredUsers: Map<UserId, JsonObject>