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

org.telegram.api.input.geopoint.TLInputGeoPointEmpty Maven / Gradle / Ivy

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

/**
 * The type TL input geo point empty.
 */
public class TLInputGeoPointEmpty extends TLAbsInputGeoPoint {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0xe4c123d6;

    /**
     * Instantiates a new TL input geo point empty.
     */
    public TLInputGeoPointEmpty() {
        super();
    }

    public int getClassId() {
        return CLASS_ID;
    }

    public String toString() {
        return "inputGeoPointEmpty#e4c123d6";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy