org.telegram.api.updates.TLUpdatesTooLong 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.updates;
/**
* The type TL updates too long.
*/
public class TLUpdatesTooLong extends TLAbsUpdates {
/**
* The constant CLASS_ID.
*/
public static final int CLASS_ID = 0xe317af7e;
/**
* Instantiates a new TL updates too long.
*/
public TLUpdatesTooLong() {
super();
}
public int getClassId() {
return CLASS_ID;
}
public String toString() {
return "updatesTooLong#e317af7e";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy