Package com.jtelegram.api.user
Class UserProfilePhotos
- java.lang.Object
-
- com.jtelegram.api.user.UserProfilePhotos
-
public class UserProfilePhotos extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UserProfilePhotos()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.util.List<PhotoSize>>
getPhotos()
List of users profile pictures each list containing up to 4 different sizesint
getTotalCount()
java.lang.String
toString()
-
-
-
Method Detail
-
getTotalCount
public int getTotalCount()
-
getPhotos
public java.util.List<java.util.List<PhotoSize>> getPhotos()
List of users profile pictures each list containing up to 4 different sizes
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-