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>>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.tobee.telegram.request.Request
getQueryParams
-
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>>
-