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

org.telegram.api.input.document.TLInputDocumentEmpty Maven / Gradle / Ivy

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

/**
 * The type TL input document empty.
 */
public class TLInputDocumentEmpty extends TLAbsInputDocument {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0x72f0eaae;

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

    public int getClassId() {
        return CLASS_ID;
    }

    public String toString() {
        return "inputDocumentEmpty#72f0eaae";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy