Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 587 Bytes

File metadata and controls

24 lines (12 loc) · 587 Bytes

VoteRedditThingRequest

Properties

Name Type Description Notes
thingId String Reddit fullname of the target. Prefix "t3_" for a post and "t1_" for a comment. A bare id with no prefix is treated as a post ("t3_").
direction DirectionEnum 1 to upvote, -1 to downvote, 0 to clear an existing vote

Enum: DirectionEnum

Name Value
NUMBER_1 1
NUMBER_0 0
NUMBER_MINUS_1 -1