Skip to content
Henry Smith edited this page Sep 4, 2011 · 3 revisions

An account represents a Reddit user

Reference

Methods that do not require a login

getId()

Returns the user's ID

getName()

Returns the user's username

getCommentKarma()

Returns the user's current comment karma

getLinkKarma()

Returns the user's current link karma

isMod()

Indicates whether the user is a mod

isGold()

Indicates whether the user has Reddit Gold

hasMail()

Indicates whether the user has mail Requires that you be logged in as that user for meaningful result

hasModMail()

Indicates whether the user has mod mail Requires that you be logged in as that user for meaningful result

Clone this wiki locally