Skip to content

Commit 085c498

Browse files
add message var to chat message deleted trigger (#386)
1 parent 5de8ba4 commit 085c498

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

streamerbot/3.api/2.triggers/twitch/moderation/chat-message-deleted.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ variables:
77
- name: targetMessageId
88
type: string
99
description: The unique identifier for the message that has been deleted
10+
- name: message
11+
type: string
12+
description: Text content of the deleted message
1013
commonVariables:
1114
- TwitchBroadcaster
1215
- TwitchUser
13-
---
16+
---

0 commit comments

Comments
 (0)