com.pengrad.telegrambot.model
Class Message
java.lang.Object
com.pengrad.telegrambot.model.Message
public class Message
- extends java.lang.Object
stas
8/4/15.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message_id
public java.lang.Integer message_id
from
public User from
date
public java.lang.Integer date
chat
public UserOrGroupChat chat
forward_from
public User forward_from
forward_date
public java.lang.Integer forward_date
reply_to_message
public Message reply_to_message
text
public java.lang.String text
audio
public Audio audio
document
public Document document
photo
public PhotoSize[] photo
sticker
public Sticker sticker
video
public Video video
contact
public Contact contact
location
public Location location
new_chat_participant
public User new_chat_participant
left_chat_participant
public User left_chat_participant
new_chat_title
public java.lang.String new_chat_title
new_chat_photo
public PhotoSize[] new_chat_photo
delete_chat_photo
public java.lang.Boolean delete_chat_photo
group_chat_created
public java.lang.Boolean group_chat_created
Message
public Message()