org.telegram.api.sendmessage.action.TLAbsSendMessageAction 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
The newest version!
package org.telegram.api.sendmessage.action;
import org.telegram.tl.TLObject;
/**
* The type TL abs send message action.
* @author Ruben Bermudez
* @version 2.0
* @brief SendMessageAction parent class
* @date 12 /11/14
*/
public abstract class TLAbsSendMessageAction extends TLObject {
/**
* Instantiates a new TL abs send message action.
*/
protected TLAbsSendMessageAction() {
super();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy