com.pengrad.telegrambot.model
Class Message

java.lang.Object
  extended by com.pengrad.telegrambot.model.Message

public class Message
extends java.lang.Object

stas 8/4/15.


Field Summary
 Audio audio
           
 UserOrGroupChat chat
           
 Contact contact
           
 java.lang.Integer date
           
 java.lang.Boolean delete_chat_photo
           
 Document document
           
 java.lang.Integer forward_date
           
 User forward_from
           
 User from
           
 java.lang.Boolean group_chat_created
           
 User left_chat_participant
           
 Location location
           
 java.lang.Integer message_id
           
 User new_chat_participant
           
 PhotoSize[] new_chat_photo
           
 java.lang.String new_chat_title
           
 PhotoSize[] photo
           
 Message reply_to_message
           
 Sticker sticker
           
 java.lang.String text
           
 Video video
           
 
Constructor Summary
Message()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Message

public Message()