org.telegram.api.storage.file.TLFileMov Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegramapi Show documentation
Show all versions of telegramapi Show documentation
Java library to create Telegram Clients
package org.telegram.api.storage.file;
/**
* The type TL file mov.
*/
public class TLFileMov extends TLAbsFileType {
/**
* The constant CLASS_ID.
*/
public static final int CLASS_ID = 0x4b09ebbc;
public int getClassId() {
return CLASS_ID;
}
public String toString() {
return "storage.fileMov#4b09ebbc";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy