Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Telegram.Bot.API.Types.Birthdate
Contents
Birthdate
Describes the birthdate of a user.
Constructors
Birthdate | |
Fields
|
Instances
FromJSON Birthdate Source # | |
Defined in Telegram.Bot.API.Types.Birthdate | |
ToJSON Birthdate Source # | |
Generic Birthdate Source # | |
Show Birthdate Source # | |
type Rep Birthdate Source # | |
Defined in Telegram.Bot.API.Types.Birthdate type Rep Birthdate = D1 ('MetaData "Birthdate" "Telegram.Bot.API.Types.Birthdate" "telegram-bot-api-7.3-CA3mRQnnqku1ilrSlViI2K" 'False) (C1 ('MetaCons "Birthdate" 'PrefixI 'True) (S1 ('MetaSel ('Just "birthdateDay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DayOfMonth) :*: (S1 ('MetaSel ('Just "birthdateMonth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 MonthOfYear) :*: S1 ('MetaSel ('Just "birthdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Year))))) |