public class Message
extends java.lang.Object
| Constructor and Description |
|---|
Message(java.lang.Integer message_id,
User from,
java.lang.Integer date,
Chat chat,
User forward_from,
java.lang.Integer forward_date,
Message reply_to_message,
java.lang.String text,
Audio audio,
Document document,
PhotoSize[] photo,
Sticker sticker,
Video video,
Voice voice,
java.lang.String caption,
Contact contact,
Location location,
User new_chat_participant,
User left_chat_participant,
java.lang.String new_chat_title,
PhotoSize[] new_chat_photo,
java.lang.Boolean delete_chat_photo,
java.lang.Boolean group_chat_created) |
| Modifier and Type | Method and Description |
|---|---|
Audio |
audio() |
java.lang.String |
caption() |
Chat |
chat() |
Contact |
contact() |
java.lang.Integer |
date() |
java.lang.Boolean |
deleteChatPhoto() |
Document |
document() |
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
forwardDate() |
User |
forwardFrom() |
User |
from() |
java.lang.Boolean |
groupChatCreated() |
int |
hashCode() |
User |
leftChatParticipant() |
Location |
location() |
java.lang.Integer |
messageId() |
User |
newChatParticipant() |
PhotoSize[] |
newChatPhoto() |
java.lang.String |
newChatTitle() |
PhotoSize[] |
photo() |
Message |
replyToMessage() |
Sticker |
sticker() |
java.lang.String |
text() |
java.lang.String |
toString() |
Video |
video() |
Voice |
voice() |
public Message(java.lang.Integer message_id,
User from,
java.lang.Integer date,
Chat chat,
User forward_from,
java.lang.Integer forward_date,
Message reply_to_message,
java.lang.String text,
Audio audio,
Document document,
PhotoSize[] photo,
Sticker sticker,
Video video,
Voice voice,
java.lang.String caption,
Contact contact,
Location location,
User new_chat_participant,
User left_chat_participant,
java.lang.String new_chat_title,
PhotoSize[] new_chat_photo,
java.lang.Boolean delete_chat_photo,
java.lang.Boolean group_chat_created)
public java.lang.Integer messageId()
public User from()
public java.lang.Integer date()
public Chat chat()
public User forwardFrom()
public java.lang.Integer forwardDate()
public Message replyToMessage()
public java.lang.String text()
public Audio audio()
public Document document()
public PhotoSize[] photo()
public Sticker sticker()
public Video video()
public Voice voice()
public java.lang.String caption()
public Contact contact()
public Location location()
public User newChatParticipant()
public User leftChatParticipant()
public java.lang.String newChatTitle()
public PhotoSize[] newChatPhoto()
public java.lang.Boolean deleteChatPhoto()
public java.lang.Boolean groupChatCreated()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object