Safe Haskell | None |
---|---|
Language | Haskell2010 |
Telegram.Bot.API.Methods.GetUserProfilePhotos
Contents
Synopsis
- data GetUserProfilePhotosRequest = GetUserProfilePhotosRequest {}
- type GetUserProfilePhotos = "getUserProfilePhotos" :> (ReqBody '[JSON] GetUserProfilePhotosRequest :> Post '[JSON] (Response UserProfilePhotos))