Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetNewChatPrivacySettings
Synopsis
Documentation
data SetNewChatPrivacySettings Source #
Changes privacy settings for new chat creation; can be used only if getOption("can_set_new_chat_privacy_settings"). Returns Ok
Constructors
SetNewChatPrivacySettings | |
Fields
|
Instances
ToJSON SetNewChatPrivacySettings Source # | |
Defined in TD.Query.SetNewChatPrivacySettings Methods toJSON :: SetNewChatPrivacySettings -> Value # toEncoding :: SetNewChatPrivacySettings -> Encoding # toJSONList :: [SetNewChatPrivacySettings] -> Value # | |
Show SetNewChatPrivacySettings Source # | |
Defined in TD.Query.SetNewChatPrivacySettings Methods showsPrec :: Int -> SetNewChatPrivacySettings -> ShowS # show :: SetNewChatPrivacySettings -> String # showList :: [SetNewChatPrivacySettings] -> ShowS # | |
Eq SetNewChatPrivacySettings Source # | |
Defined in TD.Query.SetNewChatPrivacySettings Methods (==) :: SetNewChatPrivacySettings -> SetNewChatPrivacySettings -> Bool # (/=) :: SetNewChatPrivacySettings -> SetNewChatPrivacySettings -> Bool # | |
ShortShow SetNewChatPrivacySettings Source # | |
Defined in TD.Query.SetNewChatPrivacySettings Methods |