marvin-0.1.3: A modular chat bot

Copyright(c) Justus Adam 2017
LicenseBSD3
Maintainerdev@justus.science
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Marvin.Adapter.Telegram.Poll

Description

 

Synopsis

Documentation

data Poll Source #

Use the telegram API by fetching updates via HTTP

data TelegramChat Source #

A telegram chat object as contained in telegram updates

data ChatType Source #

Chat type as defined by the telegram api

data TelegramUser Source #

A user object as contained in the telegram update objects

class MkTelegram a Source #

Class to enable polymorphism over update mechanics for TelegramAdapter

Minimal complete definition

mkEventGetter, mkAdapterId