telega-0.2.8: Telegram Bot API binding

Safe HaskellNone
LanguageHaskell2010

Network.API.Telegram.Bot.Field.Height

Documentation

data Height Source #

Instances
Show Height Source # 
Instance details

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

FromJSON Height Source # 
Instance details

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

Methods

parseJSON :: Value -> Parser Height

parseJSONList :: Value -> Parser [Height]

ToJSON Height Source # 
Instance details

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

Methods

toJSON :: Height -> Value

toEncoding :: Height -> Encoding

toJSONList :: [Height] -> Value

toEncodingList :: [Height] -> Encoding

Accessible Int Height Source # 
Instance details

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

Methods

access :: Lens' Height Int Source #

Accessible Height Video Source # 
Instance details

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

Methods

access :: Lens' Video Height Source #

Accessible Height Photosize Source # 
Instance details

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

Methods

access :: Lens' Photosize Height Source #