Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class FromJSON a => Editable a where Source #
substitution_value :: Substitution a -> Value Source #
edit_endpoint :: Substitution a -> String Source #
edit :: Substitution a -> Telegram e a Source #
Instances
Editable Keyboard Source # | |
Defined in Network.Telegram.API.Bot.Object.Keyboard substitution_value :: Substitution Keyboard -> Value Source # edit_endpoint :: Substitution Keyboard -> String Source # edit :: Substitution Keyboard -> Telegram e Keyboard Source # |
type family Substitution a = r | r -> a Source #
Instances
type Substitution Keyboard Source # | |
Defined in Network.Telegram.API.Bot.Object.Keyboard |