public abstract class Chat extends java.lang.Object implements TelegramObject
| Constructor and Description |
|---|
Chat(long id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getId()
Getter for property
id. |
abstract java.lang.String |
getTitle()
Returns the title of the chat.
|
int |
hashCode() |
public abstract java.lang.String getTitle()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object