telega-0.2.3: Telegram Bot API binding

Safe HaskellSafe
LanguageHaskell2010

Network.API.Telegram.Bot.Property.Identifiable

Documentation

class Identifiable o where Source #

Minimal complete definition

ident

Associated Types

type Identificator o :: * Source #

Methods

ident :: o -> Identificator o Source #