Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetPinnedGifts
Synopsis
Documentation
data SetPinnedGifts Source #
Changes the list of pinned gifts on the current user's or the channel's profile page; requires can_post_messages administrator right in the channel chat. Returns Ok
Constructors
SetPinnedGifts | |
Fields
|
Instances
ToJSON SetPinnedGifts Source # | |
Defined in TD.Query.SetPinnedGifts Methods toJSON :: SetPinnedGifts -> Value # toEncoding :: SetPinnedGifts -> Encoding # toJSONList :: [SetPinnedGifts] -> Value # toEncodingList :: [SetPinnedGifts] -> Encoding # | |
Show SetPinnedGifts Source # | |
Defined in TD.Query.SetPinnedGifts Methods showsPrec :: Int -> SetPinnedGifts -> ShowS # show :: SetPinnedGifts -> String # showList :: [SetPinnedGifts] -> ShowS # | |
Eq SetPinnedGifts Source # | |
Defined in TD.Query.SetPinnedGifts Methods (==) :: SetPinnedGifts -> SetPinnedGifts -> Bool # (/=) :: SetPinnedGifts -> SetPinnedGifts -> Bool # | |
ShortShow SetPinnedGifts Source # | |
Defined in TD.Query.SetPinnedGifts Methods shortShow :: SetPinnedGifts -> String Source # |