![JAR search and dependency download from the Maven repository](/logo.png)
ru.codeoff.bots.sdk.callbacks.callbackapi.photos.OnPhotoCommentRestoreCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vk-bot-keyboard Show documentation
Show all versions of vk-bot-keyboard Show documentation
SDK for interacting with VK.com API
package ru.codeoff.bots.sdk.callbacks.callbackapi.photos;
import ru.codeoff.bots.sdk.callbacks.Callback;
import org.json.JSONObject;
/**
* See more: link.
*/
public interface OnPhotoCommentRestoreCallback extends Callback {
void callback(JSONObject object);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy