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