org.telegram.api.update.TLUpdateRecentStickers 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.update;
/**
* The type TL update channel new message
*/
public class TLUpdateRecentStickers extends TLAbsUpdate {
/**
* The constant CLASS_ID.
*/
public static final int CLASS_ID = 0x9a422c20;
/**
* Instantiates a new TL update channel new message
*/
public TLUpdateRecentStickers() {
super();
}
@Override
public int getClassId() {
return CLASS_ID;
}
public String toString() {
return "updateRecentStickers#9a422c20";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy