org.telegram.api.engine.RpcCallbackEx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegramapi Show documentation
Show all versions of telegramapi Show documentation
Java library to create Telegram Clients
package org.telegram.api.engine;
import org.telegram.tl.TLObject;
/**
* Created with IntelliJ IDEA.
* User: Ruben Bermudez
* Date: 09.11.13
* Time: 18:06
* @param the type parameter
*/
public interface RpcCallbackEx extends RpcCallback {
/**
* On confirmed.
*/
void onConfirmed();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy