| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
asJson() |
static Message |
createMessage(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
TelegramBot |
getBotInstance() |
Chat |
getChat() |
Chat |
getChatForwardedFrom() |
Content |
getContent() |
Long |
getEditDate() |
Long |
getForwardedDate() |
User |
getForwardedFrom() |
long |
getMessageId() |
Message |
getRepliedTo() |
User |
getSender() |
long |
getTimeStamp() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforwardMessagepublic static Message createMessage(org.json.JSONObject jsonObject, TelegramBot telegramBot)
public long getMessageId()
public long getTimeStamp()
public User getSender()
public Chat getChat()
public User getForwardedFrom()
public Chat getChatForwardedFrom()
public Long getForwardedDate()
public Message getRepliedTo()
public Long getEditDate()
public Content getContent()
public org.json.JSONObject asJson()
public TelegramBot getBotInstance()
Copyright © 2016. All rights reserved.