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

org.telegram.tl.TLBoolTrue Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
package org.telegram.tl;

/**
 * Packed type of tl-bool true value
 *
 * @author Ruben Bermudez
 */
public class TLBoolTrue extends TLBool {

    public static final int CLASS_ID = 0x997275b5;

    @Override
    public int getClassId() {
        return CLASS_ID;
    }

    @Override
    public String toString() {
        return "boolTrue#997275b5";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy