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

org.telegram.api.storage.file.TLFileJpeg Maven / Gradle / Ivy

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

/**
 * The type TL file jpeg.
 */
public class TLFileJpeg extends TLAbsFileType {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0x7efe0e;

    public int getClassId() {
        return CLASS_ID;
    }

    public String toString() {
        return "storage.fileJpeg#7efe0e";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy