Add Quote
Add a quote which can be retrieved by the `Get Quote` Sub-Action

Add Quote Dialog
This Sub-Action will set the quote user to the user who called the action
Setting the quote user to a different user than the caller is only supported via the C# Method
Setting the quote user to a different user than the caller is only supported via the C# Method
Parameters
Variable
Text required
The text of the quote to add.
Variables
| Name | Type | Description |
|---|---|---|
Example Value: This is a quote!The quote itself | ||
Example Value: Beat SaberThe category set on the channel when the quote was added | ||
Example Value: 4219The numeric id of the quote which was just added | ||
Example Value: twitchThe platform from the account that added the quote | ||
Example Value: 10/17/2025The time that the quote was made | ||
Example Value: StreamerBotThe user's display name from the account that added the quote | ||
Example Value: 12345678The user id from the account that added the quote | ||
Example Value: trueWhether the quote was added successfully |
C# Usage
public int AddQuoteForKick(string userId, string quote, bool captureGame = false)
public int AddQuoteForTrovo(string userId, string quote, bool captureGame = false)
public int AddQuoteForTwitch(string userId, string quote, bool captureGame = false)
public int AddQuoteForYouTube(string userId, string quote)