Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.DeleteGiftCollection
Documentation
data DeleteGiftCollection Source #
Deletes a gift collection. If the collection is owned by a channel chat, then requires can_post_messages administrator right in the channel chat. Returns Ok
Constructors
DeleteGiftCollection | |
Fields
|
Instances
ToJSON DeleteGiftCollection Source # | |
Defined in TD.Query.DeleteGiftCollection Methods toJSON :: DeleteGiftCollection -> Value # toEncoding :: DeleteGiftCollection -> Encoding # toJSONList :: [DeleteGiftCollection] -> Value # toEncodingList :: [DeleteGiftCollection] -> Encoding # | |
Show DeleteGiftCollection Source # | |
Defined in TD.Query.DeleteGiftCollection Methods showsPrec :: Int -> DeleteGiftCollection -> ShowS # show :: DeleteGiftCollection -> String # showList :: [DeleteGiftCollection] -> ShowS # | |
Eq DeleteGiftCollection Source # | |
Defined in TD.Query.DeleteGiftCollection Methods (==) :: DeleteGiftCollection -> DeleteGiftCollection -> Bool # (/=) :: DeleteGiftCollection -> DeleteGiftCollection -> Bool # | |
ShortShow DeleteGiftCollection Source # | |
Defined in TD.Query.DeleteGiftCollection Methods |