telega-0.2.8: 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 Conversation Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Chat.Conversation

Associated Types

type Identificator Conversation :: * Source #

Identifiable URI Source # 
Instance details

Defined in Network.API.Telegram.Bot.Field.URI

Associated Types

type Identificator URI :: * Source #

Identifiable Voice Source # 
Instance details

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

Associated Types

type Identificator Voice :: * Source #

Identifiable Video Source # 
Instance details

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

Associated Types

type Identificator Video :: * Source #

Identifiable Photosize Source # 
Instance details

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

Associated Types

type Identificator Photosize :: * Source #

Identifiable Document Source # 
Instance details

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

Associated Types

type Identificator Document :: * Source #

Identifiable Audio Source # 
Instance details

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

Associated Types

type Identificator Audio :: * Source #

Identifiable Sender Source # 
Instance details

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

Associated Types

type Identificator Sender :: * Source #

Identifiable Group Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Chat.Group

Associated Types

type Identificator Group :: * Source #

Identifiable Channel Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Chat.Channel

Associated Types

type Identificator Channel :: * 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 #

Identifiable Member Source # 
Instance details

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

Associated Types

type Identificator Member :: * Source #