org.telegram.mtproto.CallWrapper 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.mtproto;
import org.telegram.tl.TLMethod;
import org.telegram.tl.TLObject;
/**
* Created with IntelliJ IDEA.
* User: Ruben Bermudez
* Date: 07.11.13
* Time: 3:56
*/
public interface CallWrapper {
TLObject wrapObject(TLMethod srcRequest);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy