All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.codeoff.bots.sdk.callbacks.messages.OnVoiceMessageCallback Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package ru.codeoff.bots.sdk.callbacks.messages;

import ru.codeoff.bots.sdk.callbacks.Callback;
import ru.codeoff.bots.sdk.objects.Message;

/**
 * Callback for message with some kind of attachments,
 * or if message has no attachments
 */
public interface OnVoiceMessageCallback extends Callback {

    void OnVoiceMessage(Message message);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy