![JAR search and dependency download from the Maven repository](/logo.png)
ru.codeoff.bots.sdk.callbacks.messages.OnEveryMessageCallback 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.messages;
import ru.codeoff.bots.sdk.objects.Message;
import ru.codeoff.bots.sdk.callbacks.Callback;
/**
* Callback for message with some kind of attachments,
* or if message has no attachments
*/
public interface OnEveryMessageCallback extends Callback {
void OnEveryMessage(Message message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy