org.telegram.api.message.TLAbsMessage 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.message;
import org.telegram.tl.TLObject;
/**
* The type TL abs message.
*/
public abstract class TLAbsMessage extends TLObject {
/**
* Instantiates a new TL abs message.
*/
protected TLAbsMessage() {
super();
}
public abstract int getChatId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy