Package com.jtelegram.api.chat
Class Chat
- java.lang.Object
-
- com.jtelegram.api.chat.Chat
-
- Direct Known Subclasses:
MultiMemberChat
,PrivateChat
public class Chat extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Chat.Deserializer
-
Constructor Summary
Constructors Constructor Description Chat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
LongChatId
getChatId()
long
getId()
ChatPhoto
getPhoto()
ChatType
getType()
java.lang.String
getUsername()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getChatId
public LongChatId getChatId()
-
getId
public long getId()
-
getType
public ChatType getType()
-
getUsername
public java.lang.String getUsername()
-
getPhoto
public ChatPhoto getPhoto()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-