telega-0.1.9: Telegram Bot API binding

Safe HaskellNone
LanguageHaskell2010

Network.Telegram.API.Bot.Property.Persistable

Documentation

class Object o => Persistable c o where Source #

Minimal complete definition

payload, endpoint

Instances
Persistable Post' Notification Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Post' Keyboard Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Fetch' Sender Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Fetch' Member Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Edit' Keyboard Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Edit' Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Purge' Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable (Direct' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable (Forward' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable (Reply' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type family Payload (c :: k) o = r | r -> o c Source #

Instances
type Payload Post' Notification Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Post' Keyboard Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Fetch' Sender Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Fetch' Member Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Edit' Keyboard Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Edit' Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Purge' Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload (Direct' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload (Forward' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload (Reply' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

newtype PL c o a Source #

Constructors

PL a 

data Capacity Source #

Constructors

Post' 
Fetch' 
Edit' 
Purge' 
Instances
Persistable Post' Notification Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Post' Keyboard Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Fetch' Sender Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Fetch' Member Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Edit' Keyboard Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Edit' Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable Purge' Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Post' Notification Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Post' Keyboard Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Fetch' Sender Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Fetch' Member Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Edit' Keyboard Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Edit' Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload Purge' Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

data Message' Source #

Instances
Persistable (Direct' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable (Forward' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

Persistable (Reply' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload (Direct' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload (Forward' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable

type Payload (Reply' Post') Message Source # 
Instance details

Defined in Network.Telegram.API.Bot.Property.Persistable