| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetNewChatPrivacySettings
Synopsis
Documentation
data GetNewChatPrivacySettings Source #
Returns privacy settings for new chat creation. Returns NewChatPrivacySettings
Constructors
| GetNewChatPrivacySettings |
Instances
| ToJSON GetNewChatPrivacySettings Source # | |
Defined in TD.Query.GetNewChatPrivacySettings Methods toJSON :: GetNewChatPrivacySettings -> Value # toEncoding :: GetNewChatPrivacySettings -> Encoding # toJSONList :: [GetNewChatPrivacySettings] -> Value # | |
| Show GetNewChatPrivacySettings Source # | |
Defined in TD.Query.GetNewChatPrivacySettings Methods showsPrec :: Int -> GetNewChatPrivacySettings -> ShowS # show :: GetNewChatPrivacySettings -> String # showList :: [GetNewChatPrivacySettings] -> ShowS # | |
| Eq GetNewChatPrivacySettings Source # | |
Defined in TD.Query.GetNewChatPrivacySettings Methods (==) :: GetNewChatPrivacySettings -> GetNewChatPrivacySettings -> Bool # (/=) :: GetNewChatPrivacySettings -> GetNewChatPrivacySettings -> Bool # | |
| ShortShow GetNewChatPrivacySettings Source # | |
Defined in TD.Query.GetNewChatPrivacySettings Methods | |