org.telegram.api.input.peer.TLInputPeerSelf 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
The newest version!
package org.telegram.api.input.peer;
/**
* The type TL input peer self.
*/
public class TLInputPeerSelf extends TLAbsInputPeer {
/**
* The constant CLASS_ID.
*/
public static final int CLASS_ID = 0x7da07ec9;
/**
* Instantiates a new TL input peer self.
*/
public TLInputPeerSelf() {
super();
}
public int getClassId() {
return CLASS_ID;
}
public String toString() {
return "inputPeerSelf#7da07ec9";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy