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

org.telegram.api.richtext.TLTextEmpty Maven / Gradle / Ivy

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

import org.telegram.tl.TLObject;

/**
 * @author Ruben Bermudez
 * @version 1.0
 */
public class TLTextEmpty extends TLAbsRichText {
    public static final int CLASS_ID = 0xdc3d824f;

    public TLTextEmpty() {
        super();
    }

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

    @Override
    public String toString() {
        return "textEmpty#dc3d824f";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy