| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetCommunityName
Synopsis
Documentation
data SetCommunityName Source #
Changes name of the given community; requires can_change_info administrator right in the community. Returns Ok
Constructors
| SetCommunityName | |
Instances
| ToJSON SetCommunityName Source # | |
Defined in TD.Query.SetCommunityName Methods toJSON :: SetCommunityName -> Value # toEncoding :: SetCommunityName -> Encoding # toJSONList :: [SetCommunityName] -> Value # toEncodingList :: [SetCommunityName] -> Encoding # | |
| Show SetCommunityName Source # | |
Defined in TD.Query.SetCommunityName Methods showsPrec :: Int -> SetCommunityName -> ShowS # show :: SetCommunityName -> String # showList :: [SetCommunityName] -> ShowS # | |
| Eq SetCommunityName Source # | |
Defined in TD.Query.SetCommunityName Methods (==) :: SetCommunityName -> SetCommunityName -> Bool # (/=) :: SetCommunityName -> SetCommunityName -> Bool # | |
| ShortShow SetCommunityName Source # | |
Defined in TD.Query.SetCommunityName Methods shortShow :: SetCommunityName -> String Source # | |