Uses of Class
com.jtelegram.api.requests.GetUserProfilePhotos.GetUserProfilePhotosBuilder
-
Packages that use GetUserProfilePhotos.GetUserProfilePhotosBuilder Package Description com.jtelegram.api.requests -
-
Uses of GetUserProfilePhotos.GetUserProfilePhotosBuilder in com.jtelegram.api.requests
Methods in com.jtelegram.api.requests that return GetUserProfilePhotos.GetUserProfilePhotosBuilder Modifier and Type Method Description static GetUserProfilePhotos.GetUserProfilePhotosBuilder
GetUserProfilePhotos. builder()
GetUserProfilePhotos.GetUserProfilePhotosBuilder
GetUserProfilePhotos.GetUserProfilePhotosBuilder. callback(java.util.function.Consumer<UserProfilePhotos> callback)
GetUserProfilePhotos.GetUserProfilePhotosBuilder
GetUserProfilePhotos.GetUserProfilePhotosBuilder. errorHandler(java.util.function.Consumer<TelegramException> errorHandler)
GetUserProfilePhotos.GetUserProfilePhotosBuilder
GetUserProfilePhotos.GetUserProfilePhotosBuilder. limit(java.lang.Integer limit)
GetUserProfilePhotos.GetUserProfilePhotosBuilder
GetUserProfilePhotos.GetUserProfilePhotosBuilder. offset(java.lang.Integer offset)
GetUserProfilePhotos.GetUserProfilePhotosBuilder
GetUserProfilePhotos.GetUserProfilePhotosBuilder. userId(java.lang.Long userId)
-