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