public interface Message
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
asJson() |
default Message |
forwardMessage(Chat chat) |
TelegramBot |
getBotInstance() |
Chat |
getChat() |
Chat |
getChatForwardedFrom() |
Content |
getContent() |
int |
getForwardedDate() |
User |
getForwardedFrom() |
long |
getMessageId() |
Message |
getRepliedTo() |
User |
getSender() |
int |
getTimeStamp() |
long getMessageId()
int getTimeStamp()
User getSender()
Chat getChat()
User getForwardedFrom()
Chat getChatForwardedFrom()
int getForwardedDate()
Message getRepliedTo()
Content getContent()
org.json.JSONObject asJson()
TelegramBot getBotInstance()
Copyright © 2016. All rights reserved.