TD.Data.UserLink
data UserLink Source #
Constructors
Contains an HTTPS URL, which can be used to get information about a user
Fields
The URL
Left time for which the link is valid, in seconds; 0 if the link is a public username link
Defined in TD.Data.UserLink
Methods
parseJSON :: Value -> Parser UserLink #
parseJSONList :: Value -> Parser [UserLink] #
showsPrec :: Int -> UserLink -> ShowS #
show :: UserLink -> String #
showList :: [UserLink] -> ShowS #
(==) :: UserLink -> UserLink -> Bool #
(/=) :: UserLink -> UserLink -> Bool #
shortShow :: UserLink -> String Source #