telega-0.1.1: Telegram Bot API binding

Safe HaskellNone
LanguageHaskell2010

Network.Telegram.API.Bot.Capacity.Postable

Documentation

class FromJSON a => Postable a where Source #

Minimal complete definition

initial_value, post_endpoint

type family Initial a = r | r -> a Source #

Instances
type Initial Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Object.Message