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

org.telegram.api.input.photo.TLInputPhotoEmpty Maven / Gradle / Ivy

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

/**
 * The type TL input photo empty.
 */
public class TLInputPhotoEmpty extends TLAbsInputPhoto {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0x1cd7bf0d;

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

    public int getClassId() {
        return CLASS_ID;
    }

    public String toString() {
        return "inputPhotoEmpty#1cd7bf0d";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy