Current section
Files
Jump to
Current section
Files
include/glitch@types@event_ChannelPointsCustomRewardRedemptionAddEvent.hrl
-record(channel_points_custom_reward_redemption_add_event, {
id :: binary(),
broadcaster_user_id :: binary(),
broadcaster_user_login :: binary(),
broadcaster_user_name :: binary(),
user_id :: binary(),
user_login :: binary(),
user_name :: binary(),
user_input :: binary(),
status :: glitch@types@reward:status(),
reward :: glitch@types@reward:reward(),
redeemed_at :: binary()
}).