ChannelChatMessageDelete

Constructors

Link copied to clipboard
constructor(broadcasterUserId: String, userId: String)

Properties

Link copied to clipboard

the broadcaster user ID to receive message delete events for.

Link copied to clipboard
open override val type: String

the EventSub subscription type identifier (e.g. channel.follow).

Link copied to clipboard

the user ID to read chat as (must match the user access token).

Link copied to clipboard
open override val version: String

the schema version for this subscription type.

Functions

Link copied to clipboard
open override fun toCondition(): Map<String, String>

Serializes the typed condition fields into the condition map expected by the Twitch API.