TD.Data.ChatBoost
data ChatBoost Source #
Constructors
Describes a boost applied to a chat
Fields
Unique identifier of the boost
The number of identical boosts applied
Source of the boost
Point in time (Unix timestamp) when the chat was boosted
Point in time (Unix timestamp) when the boost will expire
Defined in TD.Data.ChatBoost
Methods
parseJSON :: Value -> Parser ChatBoost #
parseJSONList :: Value -> Parser [ChatBoost] #
showsPrec :: Int -> ChatBoost -> ShowS #
show :: ChatBoost -> String #
showList :: [ChatBoost] -> ShowS #
(==) :: ChatBoost -> ChatBoost -> Bool #
(/=) :: ChatBoost -> ChatBoost -> Bool #
shortShow :: ChatBoost -> String Source #