Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetUserChatBoosts Source #
Returns the list of boosts applied to a chat by a given user; requires administrator rights in the chat; for bots only. Returns FoundChatBoosts
Instances
ToJSON GetUserChatBoosts Source # | |
Defined in TD.Query.GetUserChatBoosts toJSON :: GetUserChatBoosts -> Value # toEncoding :: GetUserChatBoosts -> Encoding # toJSONList :: [GetUserChatBoosts] -> Value # toEncodingList :: [GetUserChatBoosts] -> Encoding # | |
Show GetUserChatBoosts Source # | |
Defined in TD.Query.GetUserChatBoosts showsPrec :: Int -> GetUserChatBoosts -> ShowS # show :: GetUserChatBoosts -> String # showList :: [GetUserChatBoosts] -> ShowS # | |
Eq GetUserChatBoosts Source # | |
Defined in TD.Query.GetUserChatBoosts (==) :: GetUserChatBoosts -> GetUserChatBoosts -> Bool # (/=) :: GetUserChatBoosts -> GetUserChatBoosts -> Bool # | |
ShortShow GetUserChatBoosts Source # | |
Defined in TD.Query.GetUserChatBoosts shortShow :: GetUserChatBoosts -> String Source # |