Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetUserChatBoosts
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
Constructors
GetUserChatBoosts | |
Instances
ToJSON GetUserChatBoosts Source # | |
Defined in TD.Query.GetUserChatBoosts Methods toJSON :: GetUserChatBoosts -> Value # toEncoding :: GetUserChatBoosts -> Encoding # toJSONList :: [GetUserChatBoosts] -> Value # toEncodingList :: [GetUserChatBoosts] -> Encoding # | |
Show GetUserChatBoosts Source # | |
Defined in TD.Query.GetUserChatBoosts Methods showsPrec :: Int -> GetUserChatBoosts -> ShowS # show :: GetUserChatBoosts -> String # showList :: [GetUserChatBoosts] -> ShowS # | |
Eq GetUserChatBoosts Source # | |
Defined in TD.Query.GetUserChatBoosts Methods (==) :: GetUserChatBoosts -> GetUserChatBoosts -> Bool # (/=) :: GetUserChatBoosts -> GetUserChatBoosts -> Bool # | |
ShortShow GetUserChatBoosts Source # | |
Defined in TD.Query.GetUserChatBoosts Methods shortShow :: GetUserChatBoosts -> String Source # |