public class GetUserProfilePhotos extends java.lang.Object implements TelegramMethod<UserProfilePhotos>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
GetUserProfilePhotos() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of the method.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Return the parameters of the method.
|
java.lang.Class<? extends UserProfilePhotos> |
getReturnType()
Returns the return type of the method.
|
GetUserProfilePhotos |
limit(java.lang.Integer limit) |
GetUserProfilePhotos |
offset(java.lang.Integer offset) |
GetUserProfilePhotos |
user(java.lang.Long userId) |
GetUserProfilePhotos |
user(User user) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilespublic static final java.lang.String NAME
public GetUserProfilePhotos user(java.lang.Long userId)
public GetUserProfilePhotos user(User user)
public GetUserProfilePhotos offset(java.lang.Integer offset)
public GetUserProfilePhotos limit(java.lang.Integer limit)
public java.lang.String getName()
TelegramMethodgetName in interface TelegramMethod<UserProfilePhotos>public java.util.Map<java.lang.String,java.lang.Object> getParameters()
TelegramMethodgetParameters in interface TelegramMethod<UserProfilePhotos>public java.lang.Class<? extends UserProfilePhotos> getReturnType()
TelegramMethodgetReturnType in interface TelegramMethod<UserProfilePhotos>