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

Synopsis

UserProfilePhotos

data UserProfilePhotos Source #

This object represent a user's profile pictures.

Constructors

UserProfilePhotos 

Fields

Instances

Instances details
FromJSON UserProfilePhotos Source # 
Instance details

Defined in Telegram.Bot.API.Types.UserProfilePhotos

ToJSON UserProfilePhotos Source # 
Instance details

Defined in Telegram.Bot.API.Types.UserProfilePhotos

Generic UserProfilePhotos Source # 
Instance details

Defined in Telegram.Bot.API.Types.UserProfilePhotos

Associated Types

type Rep UserProfilePhotos :: Type -> Type #

Show UserProfilePhotos Source # 
Instance details

Defined in Telegram.Bot.API.Types.UserProfilePhotos

type Rep UserProfilePhotos Source # 
Instance details

Defined in Telegram.Bot.API.Types.UserProfilePhotos

type Rep UserProfilePhotos = D1 ('MetaData "UserProfilePhotos" "Telegram.Bot.API.Types.UserProfilePhotos" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "UserProfilePhotos" 'PrefixI 'True) (S1 ('MetaSel ('Just "userProfilePhotosTotalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "userProfilePhotosPhotos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [[PhotoSize]])))