Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Contact
This object represents a phone contact.
Contact | |
|
Instances
FromJSON Contact Source # | |
ToJSON Contact Source # | |
Defined in Telegram.Bot.API.Types.Contact | |
Generic Contact Source # | |
Show Contact Source # | |
type Rep Contact Source # | |
Defined in Telegram.Bot.API.Types.Contact type Rep Contact = D1 ('MetaData "Contact" "Telegram.Bot.API.Types.Contact" "telegram-bot-api-6.5-3pY7XQZ5v9zCuyh8HdDMyB" 'False) (C1 ('MetaCons "Contact" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contactPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "contactFirstName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "contactLastName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "contactUserId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe UserId)) :*: S1 ('MetaSel ('Just "contactVcard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))))) |