Package com.pengrad.telegrambot.response
Class GetUserProfilePhotosResponse
- java.lang.Object
-
- com.pengrad.telegrambot.response.BaseResponse
-
- com.pengrad.telegrambot.response.GetUserProfilePhotosResponse
-
public class GetUserProfilePhotosResponse extends BaseResponse
stas 8/11/15.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserProfilePhotosphotos()java.lang.StringtoString()-
Methods inherited from class com.pengrad.telegrambot.response.BaseResponse
description, errorCode, isOk, parameters
-
-
-
-
Method Detail
-
photos
public UserProfilePhotos photos()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classBaseResponse
-
-