Package dev.tobee.telegram.request.user
Class GetUserProfilePhotos
java.lang.Object
dev.tobee.telegram.request.user.GetUserProfilePhotos
- All Implemented Interfaces:
Request<ResponseWrapper<UserProfilePhotos>>
public class GetUserProfilePhotos
extends Object
implements Request<ResponseWrapper<UserProfilePhotos>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()com.fasterxml.jackson.core.type.TypeReference<ResponseWrapper<UserProfilePhotos>>
-
Constructor Details
-
GetUserProfilePhotos
-
-
Method Details
-
getMethod
- Specified by:
getMethodin interfaceRequest<ResponseWrapper<UserProfilePhotos>>
-
getResponseType
public com.fasterxml.jackson.core.type.TypeReference<ResponseWrapper<UserProfilePhotos>> getResponseType()- Specified by:
getResponseTypein interfaceRequest<ResponseWrapper<UserProfilePhotos>>
-
getBody
- Specified by:
getBodyin interfaceRequest<ResponseWrapper<UserProfilePhotos>>
-