reddit-0.3.0.0: Library for interfacing with Reddit's API
Safe HaskellNone
LanguageHaskell2010

Reddit.Types.Thing

Documentation

class Thing a where Source #

Methods

fullName :: a -> Text Source #

Instances

Instances details
Thing Subreddit Source # 
Instance details

Defined in Reddit.Types.Subreddit

Thing SubredditID Source # 
Instance details

Defined in Reddit.Types.Subreddit

Thing UserID Source # 
Instance details

Defined in Reddit.Types.User

Methods

fullName :: UserID -> Text Source #

Thing BanID Source # 
Instance details

Defined in Reddit.Types.Moderation

Methods

fullName :: BanID -> Text Source #

Thing Post Source # 
Instance details

Defined in Reddit.Types.Post

Methods

fullName :: Post -> Text Source #

Thing PostID Source # 
Instance details

Defined in Reddit.Types.Post

Methods

fullName :: PostID -> Text Source #

Thing Comment Source # 
Instance details

Defined in Reddit.Types.Comment

Thing CommentID Source # 
Instance details

Defined in Reddit.Types.Comment

Thing MessageKind Source # 
Instance details

Defined in Reddit.Types.Message

Thing MessageID Source # 
Instance details

Defined in Reddit.Types.Message

Thing Message Source # 
Instance details

Defined in Reddit.Types.Message