Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Telegram.Bot.API.Methods.GetUserProfilePhotos
Contents
Synopsis
- data GetUserProfilePhotosRequest = GetUserProfilePhotosRequest {}
- type GetUserProfilePhotos = "getUserProfilePhotos" :> (ReqBody '[JSON] GetUserProfilePhotosRequest :> Post '[JSON] (Response UserProfilePhotos))
- getUserProfilePhotos :: GetUserProfilePhotosRequest -> ClientM (Response UserProfilePhotos)
getUserProfilePhotos
data GetUserProfilePhotosRequest Source #
Request parameters for getUserProfilePhotos
.
Constructors
GetUserProfilePhotosRequest | |
Fields
|
Instances
type GetUserProfilePhotos = "getUserProfilePhotos" :> (ReqBody '[JSON] GetUserProfilePhotosRequest :> Post '[JSON] (Response UserProfilePhotos)) Source #
getUserProfilePhotos :: GetUserProfilePhotosRequest -> ClientM (Response UserProfilePhotos) Source #
Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object.