Class UserProfilePhotos
java.lang.Object
io.micronaut.chatbots.telegram.api.UserProfilePhotos
This object represent a user's profile pictures.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UserProfilePhotos
public UserProfilePhotos()
-
-
Method Details
-
getTotalCount
- Returns:
- Total number of profile pictures the target user has.
-
setTotalCount
- Parameters:
totalCount
- Total number of profile pictures the target user has.
-
getPhotos
- Returns:
- List of PhotoSize Requested profile pictures (in up to 4 sizes each)
-
setPhotos
- Parameters:
photos
- Array of PhotoSize Requested profile pictures (in up to 4 sizes each)
-
toString
-