TD.Data.Video
data Video Source #
Constructors
Describes a video file
Fields
Duration of the video, in seconds; as defined by the sender
Video width; as defined by the sender
Video height; as defined by the sender
Original name of the file; as defined by the sender
MIME type of the file; as defined by the sender
True, if stickers were added to the video. The list of corresponding sticker sets can be received using getAttachedStickerSets
True, if the video is expected to be streamed
Video minithumbnail; may be null
Video thumbnail in JPEG or MPEG4 format; as defined by the sender; may be null
File containing the video
Defined in TD.Data.Video
Methods
parseJSON :: Value -> Parser Video #
parseJSONList :: Value -> Parser [Video] #
showsPrec :: Int -> Video -> ShowS #
show :: Video -> String #
showList :: [Video] -> ShowS #
(==) :: Video -> Video -> Bool #
(/=) :: Video -> Video -> Bool #
shortShow :: Video -> String Source #