TwitchLib / TwitchLib.PubSub

PubSub component of TwitchLib.
38 stars 51 forks source link

Added UserInput to the Redemption model #90

Closed ghost closed 3 years ago

ghost commented 3 years ago

Currently there's no way to get the user input from redeems which accept it. This PR adds that property to the model.

If user input is not required, the value will be null.

Tested with rewards which require and don't require user input.

swiftyspiffy commented 3 years ago

LGTM. Thanks!