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.GiveawayWinners

Synopsis

GiveawayWinners

data GiveawayWinners Source #

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

Constructors

GiveawayWinners 

Fields

Instances

Instances details
FromJSON GiveawayWinners Source # 
Instance details

Defined in Telegram.Bot.API.Types.GiveawayWinners

ToJSON GiveawayWinners Source # 
Instance details

Defined in Telegram.Bot.API.Types.GiveawayWinners

Generic GiveawayWinners Source # 
Instance details

Defined in Telegram.Bot.API.Types.GiveawayWinners

Associated Types

type Rep GiveawayWinners :: Type -> Type #

Show GiveawayWinners Source # 
Instance details

Defined in Telegram.Bot.API.Types.GiveawayWinners

type Rep GiveawayWinners Source # 
Instance details

Defined in Telegram.Bot.API.Types.GiveawayWinners

type Rep GiveawayWinners = D1 ('MetaData "GiveawayWinners" "Telegram.Bot.API.Types.GiveawayWinners" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "GiveawayWinners" 'PrefixI 'True) (((S1 ('MetaSel ('Just "giveawayWinnersChat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Chat) :*: S1 ('MetaSel ('Just "giveawayWinnersGiveawayMessageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 MessageId)) :*: (S1 ('MetaSel ('Just "giveawayWinnersWinnersSelectionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime) :*: (S1 ('MetaSel ('Just "giveawayWinnersWinnerCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "giveawayWinnersWinners") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [User])))) :*: ((S1 ('MetaSel ('Just "giveawayWinnersAdditionalChatCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "giveawayWinnersPremiumSubscriptionMonthCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "giveawayWinnersUnclaimedPrizeCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "giveawayWinnersOnlyNewMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "giveawayWinnersWasRefunded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "giveawayWinnersPrizeDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))))))