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

org.telegram.api.input.user.TLInputUserEmpty Maven / Gradle / Ivy

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

/**
 * The type TL input user empty.
 */
public class TLInputUserEmpty extends TLAbsInputUser {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0xb98886cf;

    /**
     * Instantiates a new TL input user empty.
     */
    public TLInputUserEmpty() {
        super();
    }

    public int getClassId() {
        return CLASS_ID;
    }

    public String toString() {
        return "inputUserEmpty#b98886cf";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy