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

org.telegram.api.peer.notify.events.TLPeerNotifyEventsEmpty Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
package org.telegram.api.peer.notify.events;

/**
 * The type TL peer notify events empty.
 */
public class TLPeerNotifyEventsEmpty extends TLAbsPeerNotifyEvents {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0xadd53cb3;

    /**
     * Instantiates a new TL peer notify events empty.
     */
    public TLPeerNotifyEventsEmpty() {
        super();
    }

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

    @Override
    public String toString() {
        return "peerNotifyEventsEmpty#add53cb3";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy