TD.Query.BoostChat
data BoostChat Source #
Boosts a chat and returns the list of available chat boost slots for the current user after the boost. Returns ChatBoostSlots
ChatBoostSlots
Constructors
Fields
Identifier of the chat
Identifiers of boost slots of the current user from which to apply boosts to the chat
Defined in TD.Query.BoostChat
Methods
toJSON :: BoostChat -> Value #
toEncoding :: BoostChat -> Encoding #
toJSONList :: [BoostChat] -> Value #
toEncodingList :: [BoostChat] -> Encoding #
showsPrec :: Int -> BoostChat -> ShowS #
show :: BoostChat -> String #
showList :: [BoostChat] -> ShowS #
(==) :: BoostChat -> BoostChat -> Bool #
(/=) :: BoostChat -> BoostChat -> Bool #
shortShow :: BoostChat -> String Source #
defaultBoostChat :: BoostChat Source #