| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetChatNotificationSettings
Documentation
data SetChatNotificationSettings Source #
Changes the notification settings of a chat. Notification settings of a chat with the current user (Saved Messages) can't be changed. Returns Ok
Constructors
| SetChatNotificationSettings | |
Fields
| |
Instances
| ToJSON SetChatNotificationSettings Source # | |
Defined in TD.Query.SetChatNotificationSettings Methods toJSON :: SetChatNotificationSettings -> Value # toEncoding :: SetChatNotificationSettings -> Encoding # toJSONList :: [SetChatNotificationSettings] -> Value # toEncodingList :: [SetChatNotificationSettings] -> Encoding # | |
| Show SetChatNotificationSettings Source # | |
Defined in TD.Query.SetChatNotificationSettings Methods showsPrec :: Int -> SetChatNotificationSettings -> ShowS # show :: SetChatNotificationSettings -> String # showList :: [SetChatNotificationSettings] -> ShowS # | |
| Eq SetChatNotificationSettings Source # | |
Defined in TD.Query.SetChatNotificationSettings Methods (==) :: SetChatNotificationSettings -> SetChatNotificationSettings -> Bool # (/=) :: SetChatNotificationSettings -> SetChatNotificationSettings -> Bool # | |
| ShortShow SetChatNotificationSettings Source # | |
Defined in TD.Query.SetChatNotificationSettings Methods | |