public class SendMessagePayload extends Object
| Constructor and Description |
|---|
SendMessagePayload(String chatId,
String text) |
SendMessagePayload(String chatId,
String text,
long replyTo) |
SendMessagePayload(String chatId,
String text,
MessageParseMode parseMode,
Boolean disablePreview,
Boolean disableNotification,
Long replyTo,
ReplyMarkup replyMarkup) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChatId() |
Boolean |
getDisableNotification() |
Boolean |
getDisablePreview() |
MessageParseMode |
getParseMode() |
ReplyMarkup |
getReplyMarkup() |
String |
getReplyMarkupJson() |
Long |
getReplyTo() |
String |
getText() |
public SendMessagePayload(String chatId, String text, MessageParseMode parseMode, Boolean disablePreview, Boolean disableNotification, Long replyTo, ReplyMarkup replyMarkup)
public String getChatId()
public String getText()
public MessageParseMode getParseMode()
public Boolean getDisablePreview()
public Boolean getDisableNotification()
public Long getReplyTo()
public String getReplyMarkupJson() throws com.fasterxml.jackson.core.JsonProcessingException
public ReplyMarkup getReplyMarkup()
Copyright © 2017 iSuper.org. All Rights Reserved.