com.pengrad.telegrambot.response
Class GetUserProfilePhotos

java.lang.Object
  extended by com.pengrad.telegrambot.response.GetUserProfilePhotos

public class GetUserProfilePhotos
extends java.lang.Object

stas 8/11/15.


Field Summary
 boolean ok
           
 UserProfilePhotos result
           
 
Constructor Summary
GetUserProfilePhotos(boolean ok, UserProfilePhotos result)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ok

public final boolean ok

result

public final UserProfilePhotos result
Constructor Detail

GetUserProfilePhotos

public GetUserProfilePhotos(boolean ok,
                            UserProfilePhotos result)