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