org.telegram.api.peer.notify.events.TLPeerNotifyEventsEmpty Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegramapi Show documentation
Show all versions of telegramapi Show documentation
Java library to create Telegram Clients
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