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

com.petersamokhin.bots.sdk.callbacks.messages.OnTypingCallback Maven / Gradle / Ivy

The newest version!
package com.petersamokhin.bots.sdk.callbacks.messages;

import com.petersamokhin.bots.sdk.callbacks.Callback;

/**
 * Callback will be called when user started typing
 */
public interface OnTypingCallback extends Callback {

    void OnTyping(Integer userId);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy