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
-
Fields inherited from class com.pengrad.telegrambot.request.BaseRequest
thisAsT
-
-
Constructor Summary
Constructors Constructor Description GetUserProfilePhotos(long userId)
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
offset
public GetUserProfilePhotos offset(int offset)
-
limit
public GetUserProfilePhotos limit(int limit)
-
-