telegram-bot-api-7.0: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Telegram.Bot.API.Types.Video

Contents

Synopsis

Video

data Video Source #

This object represents a video file.

Constructors

Video 

Fields

Instances

Instances details
FromJSON Video Source # 
Instance details

Defined in Telegram.Bot.API.Types.Video

ToJSON Video Source # 
Instance details

Defined in Telegram.Bot.API.Types.Video

Generic Video Source # 
Instance details

Defined in Telegram.Bot.API.Types.Video

Associated Types

type Rep Video :: Type -> Type #

Methods

from :: Video -> Rep Video x #

to :: Rep Video x -> Video #

Show Video Source # 
Instance details

Defined in Telegram.Bot.API.Types.Video

Methods

showsPrec :: Int -> Video -> ShowS #

show :: Video -> String #

showList :: [Video] -> ShowS #

type Rep Video Source # 
Instance details

Defined in Telegram.Bot.API.Types.Video