IntegrationEmoticonsSyncedChange

@Serializable
@SerialName(value = "enable_emoticons")
data class IntegrationEmoticonsSyncedChange(val wasEmoticonsSynced: Boolean? = null, val isEmoticonsSynced: Boolean? = null) : AuditLogChange(source)

Whether emoticons get synced with an integrations

Twitch only currently

Constructors

Link copied to clipboard
constructor(wasEmoticonsSynced: Boolean? = null, isEmoticonsSynced: Boolean? = null)

Properties

Link copied to clipboard
@SerialName(value = "new_value")
val isEmoticonsSynced: Boolean? = null
Link copied to clipboard
@SerialName(value = "old_value")
val wasEmoticonsSynced: Boolean? = null