Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data AnimatedChatPhoto Source #
AnimatedChatPhoto | Animated variant of a chat photo in MPEG4 format |
Instances
FromJSON AnimatedChatPhoto Source # | |
Defined in TD.Data.AnimatedChatPhoto parseJSON :: Value -> Parser AnimatedChatPhoto # parseJSONList :: Value -> Parser [AnimatedChatPhoto] # | |
Show AnimatedChatPhoto Source # | |
Defined in TD.Data.AnimatedChatPhoto showsPrec :: Int -> AnimatedChatPhoto -> ShowS # show :: AnimatedChatPhoto -> String # showList :: [AnimatedChatPhoto] -> ShowS # | |
Eq AnimatedChatPhoto Source # | |
Defined in TD.Data.AnimatedChatPhoto (==) :: AnimatedChatPhoto -> AnimatedChatPhoto -> Bool # (/=) :: AnimatedChatPhoto -> AnimatedChatPhoto -> Bool # | |
ShortShow AnimatedChatPhoto Source # | |
Defined in TD.Data.AnimatedChatPhoto shortShow :: AnimatedChatPhoto -> String Source # |