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

org.telegram.api.help.TLNoAppUpdate Maven / Gradle / Ivy

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

/**
 * The type TL no app update.
 */
public class TLNoAppUpdate extends TLAbsAppUpdate {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0xc45a6536;

    /**
     * Instantiates a new TL no app update.
     */
    public TLNoAppUpdate() {
        super();
    }

    @Override
    public int getClassId() {
        return CLASS_ID;
    }

    @Override
    public String toString() {
        return "help.noAppUpdate#c45a6536";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy