Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Chat photo
Chat photo. Returned only in getChat.
ChatPhoto | |
|
Instances
FromJSON ChatPhoto Source # | |
ToJSON ChatPhoto Source # | |
Defined in Telegram.Bot.API.Types.ChatPhoto | |
Generic ChatPhoto Source # | |
Show ChatPhoto Source # | |
type Rep ChatPhoto Source # | |
Defined in Telegram.Bot.API.Types.ChatPhoto type Rep ChatPhoto = D1 ('MetaData "ChatPhoto" "Telegram.Bot.API.Types.ChatPhoto" "telegram-bot-api-6.5-3pY7XQZ5v9zCuyh8HdDMyB" 'False) (C1 ('MetaCons "ChatPhoto" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chatPhotoSmallFileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FileId) :*: S1 ('MetaSel ('Just "chatPhotoSmallFileUniqueId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FileId)) :*: (S1 ('MetaSel ('Just "chatPhotoBigFileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FileId) :*: S1 ('MetaSel ('Just "chatPhotoBigFileUniqueId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FileId)))) |