
org.telegram.tl.TLBoolFalse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tl-core Show documentation
Show all versions of tl-core Show documentation
Telegram TL library for TL serialization
The newest version!
package org.telegram.tl;
/**
* Packed type of tl-bool false value
*
* @author Stepan Ex3NDR Korshakov ([email protected])
*/
public class TLBoolFalse extends TLBool {
public static final int CLASS_ID = 0xbc799737;
@Override
public int getClassId() {
return CLASS_ID;
}
@Override
public String toString() {
return "boolFalse#bc799737";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy