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