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