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.GetUserProfilePhotosBuilderGetUserProfilePhotos. builder()GetUserProfilePhotos.GetUserProfilePhotosBuilderGetUserProfilePhotos.GetUserProfilePhotosBuilder. callback(java.util.function.Consumer<UserProfilePhotos> callback)GetUserProfilePhotos.GetUserProfilePhotosBuilderGetUserProfilePhotos.GetUserProfilePhotosBuilder. errorHandler(java.util.function.Consumer<TelegramException> errorHandler)GetUserProfilePhotos.GetUserProfilePhotosBuilderGetUserProfilePhotos.GetUserProfilePhotosBuilder. limit(java.lang.Integer limit)GetUserProfilePhotos.GetUserProfilePhotosBuilderGetUserProfilePhotos.GetUserProfilePhotosBuilder. offset(java.lang.Integer offset)GetUserProfilePhotos.GetUserProfilePhotosBuilderGetUserProfilePhotos.GetUserProfilePhotosBuilder. userId(java.lang.Long userId)
-