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