Uses of Class
com.jtelegram.api.user.UserProfilePhotos
-
Packages that use UserProfilePhotos Package Description com.jtelegram.api.requests -
-
Uses of UserProfilePhotos in com.jtelegram.api.requests
Method parameters in com.jtelegram.api.requests with type arguments of type UserProfilePhotos Modifier and Type Method Description GetUserProfilePhotos.GetUserProfilePhotosBuilder
GetUserProfilePhotos.GetUserProfilePhotosBuilder. callback(java.util.function.Consumer<UserProfilePhotos> callback)
Constructor parameters in com.jtelegram.api.requests with type arguments of type UserProfilePhotos Constructor Description GetUserProfilePhotos(java.util.function.Consumer<UserProfilePhotos> callback, java.util.function.Consumer<TelegramException> errorHandler, java.lang.Long userId, java.lang.Integer offset, java.lang.Integer limit)
-