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

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

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

/**
 * The type TL message action history clear.
 */
public class TLMessageActionHistoryClear extends TLAbsMessageAction {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0x9fbab604;

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

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

    @Override
    public String toString() {
        return "messageActionHistoryClear#9fbab604";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy