telega-0.2.8: Telegram Bot API binding

Safe HaskellNone
LanguageHaskell2010

Network.API.Telegram.Bot.Field.Width

Documentation

data Width Source #

Instances
Show Width Source # 
Instance details

Defined in Network.API.Telegram.Bot.Field.Width

Methods

showsPrec :: Int -> Width -> ShowS #

show :: Width -> String #

showList :: [Width] -> ShowS #

FromJSON Width Source # 
Instance details

Defined in Network.API.Telegram.Bot.Field.Width

Methods

parseJSON :: Value -> Parser Width

parseJSONList :: Value -> Parser [Width]

ToJSON Width Source # 
Instance details

Defined in Network.API.Telegram.Bot.Field.Width

Methods

toJSON :: Width -> Value

toEncoding :: Width -> Encoding

toJSONList :: [Width] -> Value

toEncodingList :: [Width] -> Encoding

Accessible Int Width Source # 
Instance details

Defined in Network.API.Telegram.Bot.Field.Width

Methods

access :: Lens' Width Int Source #

Accessible Width Video Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Update.Message.Content.File.Video

Methods

access :: Lens' Video Width Source #

Accessible Width Photosize Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Update.Message.Content.File.Photo

Methods

access :: Lens' Photosize Width Source #