Package com.pengrad.telegrambot.request
Class GetUserProfilePhotos
java.lang.Object
com.pengrad.telegrambot.request.BaseRequest<GetUserProfilePhotos,GetUserProfilePhotosResponse>
com.pengrad.telegrambot.request.GetUserProfilePhotos
public class GetUserProfilePhotos extends BaseRequest<GetUserProfilePhotos,GetUserProfilePhotosResponse>
stas
5/2/16.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GetUserProfilePhotos(long userId) -
Method Summary
Modifier and Type Method Description GetUserProfilePhotoslimit(int limit)GetUserProfilePhotosoffset(int offset)Methods inherited from class com.pengrad.telegrambot.request.BaseRequest
add, addAll, getContentType, getFileName, getMethod, getParameters, getResponseType, getTimeoutSeconds, isMultipart, toWebhookResponse
-
Constructor Details
-
GetUserProfilePhotos
public GetUserProfilePhotos(long userId)
-
-
Method Details