namespace TwitchEventSub.Types.Poll { public class VotingMethod { public bool is_enabled { get; set; } public int amount_per_vote { get; set; } } }