Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.ToggleChatGiftNotifications
Documentation
data ToggleChatGiftNotifications Source #
Toggles whether notifications for new gifts received by a channel chat are sent to the current user; requires can_post_messages administrator right in the chat. Returns Ok
Constructors
ToggleChatGiftNotifications | |
Instances
ToJSON ToggleChatGiftNotifications Source # | |
Defined in TD.Query.ToggleChatGiftNotifications Methods toJSON :: ToggleChatGiftNotifications -> Value # toEncoding :: ToggleChatGiftNotifications -> Encoding # toJSONList :: [ToggleChatGiftNotifications] -> Value # toEncodingList :: [ToggleChatGiftNotifications] -> Encoding # | |
Show ToggleChatGiftNotifications Source # | |
Defined in TD.Query.ToggleChatGiftNotifications Methods showsPrec :: Int -> ToggleChatGiftNotifications -> ShowS # show :: ToggleChatGiftNotifications -> String # showList :: [ToggleChatGiftNotifications] -> ShowS # | |
Eq ToggleChatGiftNotifications Source # | |
Defined in TD.Query.ToggleChatGiftNotifications Methods (==) :: ToggleChatGiftNotifications -> ToggleChatGiftNotifications -> Bool # (/=) :: ToggleChatGiftNotifications -> ToggleChatGiftNotifications -> Bool # | |
ShortShow ToggleChatGiftNotifications Source # | |
Defined in TD.Query.ToggleChatGiftNotifications Methods |