| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.API.Telegram.Bot.Property.Identifiable
Documentation
class Object o => Identifiable o where Source #
Minimal complete definition
Methods
identificator :: o -> Identificator o Source #
Instances
| Identifiable Sender Source # | |
Defined in Network.API.Telegram.Bot.Property.Identifiable Methods | |
| Identifiable Origin Source # | |
Defined in Network.API.Telegram.Bot.Property.Identifiable Methods | |
| Identifiable Message Source # | |
Defined in Network.API.Telegram.Bot.Property.Identifiable Methods | |
| Identifiable Callback Source # | |
Defined in Network.API.Telegram.Bot.Property.Identifiable Methods identificator :: Callback -> Identificator Callback Source # | |
| Identifiable Update Source # | |
Defined in Network.API.Telegram.Bot.Property.Identifiable Methods | |
type family Identificator o = i Source #
Instances
| type Identificator Sender Source # | |
| type Identificator Origin Source # | |
| type Identificator Message Source # | |
| type Identificator Callback Source # | |
| type Identificator Update Source # | |