TD.Data.Photo
data Photo Source #
Constructors
Describes a photo
Fields
True, if stickers were added to the photo. The list of corresponding sticker sets can be received using getAttachedStickerSets
Photo minithumbnail; may be null
Available variants of the photo, in different sizes
Defined in TD.Data.Photo
Methods
parseJSON :: Value -> Parser Photo #
parseJSONList :: Value -> Parser [Photo] #
showsPrec :: Int -> Photo -> ShowS #
show :: Photo -> String #
showList :: [Photo] -> ShowS #
(==) :: Photo -> Photo -> Bool #
(/=) :: Photo -> Photo -> Bool #
shortShow :: Photo -> String Source #