All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.telegram.api.user.status.TLUserStatusLastMonth Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
package org.telegram.api.user.status;

/**
 * The type TL user status last month.
 */
public class TLUserStatusLastMonth extends TLAbsUserStatus {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0x77ebc742;

    /**
     * Instantiates a new TL user status last month.
     */
    public TLUserStatusLastMonth() {
        super();
    }

    public int getClassId() {
        return CLASS_ID;
    }

    public String toString() {
        return "userStatusLastMonth#77ebc742";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy