public class Message extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Chat |
chat |
long |
date |
long |
forwardDate |
User |
forwardFrom |
User |
from |
long |
id |
User |
leftChatParticipant |
Location |
location |
User |
newChatParticipant |
String |
newChatTitle |
Message |
replyTo |
String |
text |
public final long id
public final User from
public final long date
public final Chat chat
public final User forwardFrom
public final long forwardDate
public final Message replyTo
public final String text
public final Location location
public final User newChatParticipant
public final User leftChatParticipant
public final String newChatTitle
Copyright © 2015 iSuper.org. All Rights Reserved.