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

Telegram.Bot.API.Types.InputPollOption

Synopsis

InputPollOption

data InputPollOption Source #

This object contains information about one answer option in a poll to send.

Constructors

InputPollOption 

Fields

Instances

Instances details
FromJSON InputPollOption Source # 
Instance details

Defined in Telegram.Bot.API.Types.InputPollOption

ToJSON InputPollOption Source # 
Instance details

Defined in Telegram.Bot.API.Types.InputPollOption

Generic InputPollOption Source # 
Instance details

Defined in Telegram.Bot.API.Types.InputPollOption

Associated Types

type Rep InputPollOption :: Type -> Type #

Show InputPollOption Source # 
Instance details

Defined in Telegram.Bot.API.Types.InputPollOption

type Rep InputPollOption Source # 
Instance details

Defined in Telegram.Bot.API.Types.InputPollOption

type Rep InputPollOption = D1 ('MetaData "InputPollOption" "Telegram.Bot.API.Types.InputPollOption" "telegram-bot-api-7.3-CA3mRQnnqku1ilrSlViI2K" 'False) (C1 ('MetaCons "InputPollOption" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputPollOptionText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "inputPollOptionTextParseMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ParseMode)) :*: S1 ('MetaSel ('Just "inputPollOptionTextEntities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [MessageEntity])))))