Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.Telegram.API.Bot.Capacity.Droppable
Documentation
class Droppable a where Source #
Minimal complete definition
Instances
Droppable Notification Source # | |
Defined in Network.Telegram.API.Bot.Object.Notification Methods drop_value :: Drop Notification -> Value Source # drop_endpoint :: Drop Notification -> String Source # |
type family Drop a = r | r -> a Source #
Instances
type Drop Notification Source # | |
Defined in Network.Telegram.API.Bot.Object.Notification |