public class Message
extends java.lang.Object
Constructor and Description |
---|
Message() |
Modifier and Type | Method and Description |
---|---|
Audio |
audio() |
java.lang.String |
caption() |
java.lang.Boolean |
channelChatCreated() |
Chat |
chat() |
Contact |
contact() |
java.lang.Integer |
date() |
java.lang.Boolean |
deleteChatPhoto() |
Document |
document() |
MessageEntity[] |
entities() |
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
forwardDate() |
User |
forwardFrom() |
Chat |
forwardFromChat() |
User |
from() |
java.lang.Boolean |
groupChatCreated() |
int |
hashCode() |
User |
leftChatMember() |
Location |
location() |
java.lang.Integer |
messageId() |
java.lang.Long |
migrateFromChatId() |
java.lang.Long |
migrateToChatId() |
User |
newChatMember() |
PhotoSize[] |
newChatPhoto() |
java.lang.String |
newChatTitle() |
PhotoSize[] |
photo() |
Message |
pinnedMessage() |
Message |
replyToMessage() |
Sticker |
sticker() |
java.lang.Boolean |
supergroupChatCreated() |
java.lang.String |
text() |
java.lang.String |
toString() |
Venue |
venue() |
Video |
video() |
Voice |
voice() |
public java.lang.Integer messageId()
public User from()
public java.lang.Integer date()
public Chat chat()
public User forwardFrom()
public Chat forwardFromChat()
public java.lang.Integer forwardDate()
public Message replyToMessage()
public java.lang.String text()
public MessageEntity[] entities()
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 Venue venue()
public User newChatMember()
public User leftChatMember()
public java.lang.String newChatTitle()
public PhotoSize[] newChatPhoto()
public java.lang.Boolean deleteChatPhoto()
public java.lang.Boolean groupChatCreated()
public java.lang.Boolean supergroupChatCreated()
public java.lang.Boolean channelChatCreated()
public java.lang.Long migrateToChatId()
public java.lang.Long migrateFromChatId()
public Message pinnedMessage()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object