telegram-bot-api-6.7: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Telegram.Bot.API.Types.PollType

Contents

Synopsis

PollType

data PollType Source #

Instances

Instances details
FromJSON PollType Source # 
Instance details

Defined in Telegram.Bot.API.Types.PollType

ToJSON PollType Source # 
Instance details

Defined in Telegram.Bot.API.Types.PollType

Generic PollType Source # 
Instance details

Defined in Telegram.Bot.API.Types.PollType

Associated Types

type Rep PollType :: Type -> Type #

Methods

from :: PollType -> Rep PollType x #

to :: Rep PollType x -> PollType #

Show PollType Source # 
Instance details

Defined in Telegram.Bot.API.Types.PollType

type Rep PollType Source # 
Instance details

Defined in Telegram.Bot.API.Types.PollType

type Rep PollType = D1 ('MetaData "PollType" "Telegram.Bot.API.Types.PollType" "telegram-bot-api-6.7-8B5O9jcStFh8aacJiwZZeM" 'False) (C1 ('MetaCons "PollTypeQuiz" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "PollTypeRegular" 'PrefixI 'False) (U1 :: Type -> Type))