| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.CreateCommunity
Synopsis
Documentation
data CreateCommunity Source #
Creates a new community for the given chat. Returns identifier of the created community. Returns CommunityId
Constructors
| CreateCommunity | |
Fields
| |
Instances
| ToJSON CreateCommunity Source # | |
Defined in TD.Query.CreateCommunity Methods toJSON :: CreateCommunity -> Value # toEncoding :: CreateCommunity -> Encoding # toJSONList :: [CreateCommunity] -> Value # toEncodingList :: [CreateCommunity] -> Encoding # | |
| Show CreateCommunity Source # | |
Defined in TD.Query.CreateCommunity Methods showsPrec :: Int -> CreateCommunity -> ShowS # show :: CreateCommunity -> String # showList :: [CreateCommunity] -> ShowS # | |
| Eq CreateCommunity Source # | |
Defined in TD.Query.CreateCommunity Methods (==) :: CreateCommunity -> CreateCommunity -> Bool # (/=) :: CreateCommunity -> CreateCommunity -> Bool # | |
| ShortShow CreateCommunity Source # | |
Defined in TD.Query.CreateCommunity Methods shortShow :: CreateCommunity -> String Source # | |