org.telegram.api.message.media.TLMessageMediaUnsupported 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.message.media;
/**
* The type TL message media unsupported.
*/
public class TLMessageMediaUnsupported extends TLAbsMessageMedia {
/**
* The constant CLASS_ID.
*/
public static final int CLASS_ID = 0x9f84f49e;
/**
* Instantiates a new TL message media unsupported.
*/
public TLMessageMediaUnsupported() {
super();
}
public int getClassId() {
return CLASS_ID;
}
public String toString() {
return "messageMediaUnsupported#9f84f49e";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy