org.telegram.api.user.status.TLUserStatusRecently 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.user.status;
/**
* The type TL user status recently.
*/
public class TLUserStatusRecently extends TLAbsUserStatus {
/**
* The constant CLASS_ID.
*/
public static final int CLASS_ID = 0xe26f42f1;
/**
* Instantiates a new TL user status recently.
*/
public TLUserStatusRecently() {
super();
}
public int getClassId() {
return CLASS_ID;
}
public String toString() {
return "userStatusRecently#e26f42f1";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy