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

org.telegram.api.message.action.TLMessageActionEmpty Maven / Gradle / Ivy

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

/**
 * The type TL message action empty.
 */
public class TLMessageActionEmpty extends TLAbsMessageAction {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0xb6aef7b0;

    /**
     * Instantiates a new TL message action empty.
     */
    public TLMessageActionEmpty() {
        super();
    }

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

    @Override
    public String toString() {
        return "messageActionEmpty#b6aef7b0";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy