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

Telegram.Bot.API.Types.GiveawayCompleted

Synopsis

GiveawayCompleted

data GiveawayCompleted Source #

This object represents a service message about the completion of a giveaway without public winners.

Constructors

GiveawayCompleted 

Fields

Instances

Instances details
FromJSON GiveawayCompleted Source # 
Instance details

Defined in Telegram.Bot.API.Types.GiveawayCompleted

ToJSON GiveawayCompleted Source # 
Instance details

Defined in Telegram.Bot.API.Types.GiveawayCompleted

Generic GiveawayCompleted Source # 
Instance details

Defined in Telegram.Bot.API.Types.GiveawayCompleted

Associated Types

type Rep GiveawayCompleted :: Type -> Type #

Show GiveawayCompleted Source # 
Instance details

Defined in Telegram.Bot.API.Types.GiveawayCompleted

type Rep GiveawayCompleted Source # 
Instance details

Defined in Telegram.Bot.API.Types.GiveawayCompleted

type Rep GiveawayCompleted = D1 ('MetaData "GiveawayCompleted" "Telegram.Bot.API.Types.GiveawayCompleted" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "GiveawayCompleted" 'PrefixI 'True) (S1 ('MetaSel ('Just "giveawayCompletedWinnerCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: (S1 ('MetaSel ('Just "giveawayCompletedUnclaimedPrizeCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "giveawayCompletedGiveawayMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Message)))))