telega-0.2.6: 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 #

Instances
Identifiable Group Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Update.Moving.Group

Associated Types

type Identificator Group :: * Source #

Identifiable Size Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Update.Message.Content.File.Size

Associated Types

type Identificator Size :: * Source #

Identifiable Sender Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Sender

Associated Types

type Identificator Sender :: * Source #

Identifiable Origin Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Update.Message.Origin

Associated Types

type Identificator Origin :: * Source #

Identifiable Message Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Update.Message

Associated Types

type Identificator Message :: * Source #

Identifiable Callback Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Update.Callback

Associated Types

type Identificator Callback :: * Source #

Identifiable Update Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Update

Associated Types

type Identificator Update :: * Source #