telega-0.2.8: Telegram Bot API binding

Safe HaskellNone
LanguageHaskell2010

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

Documentation

data Channel Source #

Constructors

Channel Int64 Title 
Instances
Show Channel Source # 
Instance details

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

FromJSON Channel Source # 
Instance details

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

Methods

parseJSON :: Value -> Parser Channel

parseJSONList :: Value -> Parser [Channel]

Identifiable Channel Source # 
Instance details

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

Associated Types

type Identificator Channel :: * Source #

Accessible (ID Chat) Channel Source # 
Instance details

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

Methods

access :: Lens' Channel (ID Chat) Source #

type Identificator Channel Source # 
Instance details

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