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

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

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

/**
 * The type TL file mp 3.
 */
public class TLFileMp3 extends TLAbsFileType {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0x528a0677;

    public int getClassId() {
        return CLASS_ID;
    }

    public String toString() {
        return "storage.fileMp3#528a0677";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy