Safe Haskell | None |
---|---|
Language | Haskell2010 |
Telegram.Bot.API.Types.GiveawayCreated
Contents
Synopsis
- data GiveawayCreated = GiveawayCreated
GiveawayCreated
data GiveawayCreated Source #
This object represents a service message about the creation of a scheduled giveaway. Currently holds no information.
Constructors
GiveawayCreated |
Instances
FromJSON GiveawayCreated Source # | |||||
Defined in Telegram.Bot.API.Types.GiveawayCreated Methods parseJSON :: Value -> Parser GiveawayCreated # parseJSONList :: Value -> Parser [GiveawayCreated] # | |||||
ToJSON GiveawayCreated Source # | |||||
Defined in Telegram.Bot.API.Types.GiveawayCreated Methods toJSON :: GiveawayCreated -> Value # toEncoding :: GiveawayCreated -> Encoding # toJSONList :: [GiveawayCreated] -> Value # toEncodingList :: [GiveawayCreated] -> Encoding # omitField :: GiveawayCreated -> Bool # | |||||
Generic GiveawayCreated Source # | |||||
Defined in Telegram.Bot.API.Types.GiveawayCreated Associated Types
Methods from :: GiveawayCreated -> Rep GiveawayCreated x # to :: Rep GiveawayCreated x -> GiveawayCreated # | |||||
Show GiveawayCreated Source # | |||||
Defined in Telegram.Bot.API.Types.GiveawayCreated Methods showsPrec :: Int -> GiveawayCreated -> ShowS # show :: GiveawayCreated -> String # showList :: [GiveawayCreated] -> ShowS # | |||||
type Rep GiveawayCreated Source # | |||||