TD.Query.SetBio
data SetBio Source #
Changes the bio of the current user. Returns Ok
Ok
Constructors
Fields
The new value of the user bio; 0-getOption("bio_length_max") characters without line feeds
Defined in TD.Query.SetBio
Methods
toJSON :: SetBio -> Value #
toEncoding :: SetBio -> Encoding #
toJSONList :: [SetBio] -> Value #
toEncodingList :: [SetBio] -> Encoding #
showsPrec :: Int -> SetBio -> ShowS #
show :: SetBio -> String #
showList :: [SetBio] -> ShowS #
(==) :: SetBio -> SetBio -> Bool #
(/=) :: SetBio -> SetBio -> Bool #
shortShow :: SetBio -> String Source #