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

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

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

/**
 * The type TL file gif.
 */
public class TLFileGif extends TLAbsFileType {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0xcae1aadf;

    public int getClassId() {
        return CLASS_ID;
    }

    public String toString() {
        return "storage.fileGif#cae1aadf";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy