public class SendSticker extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHATID_FIELD |
static String |
DISABLENOTIFICATION_FIELD |
static String |
PATH |
static String |
REPLYMARKUP_FIELD |
static String |
REPLYTOMESSAGEID_FIELD |
static String |
STICKER_FIELD |
| Constructor and Description |
|---|
SendSticker() |
| Modifier and Type | Method and Description |
|---|---|
SendSticker |
disableNotification() |
SendSticker |
enableNotification() |
String |
getChatId() |
Boolean |
getDisableNotification() |
File |
getNewStickerFile() |
InputStream |
getNewStickerStream() |
ReplyKeyboard |
getReplyMarkup() |
Integer |
getReplyToMessageId() |
String |
getSticker() |
String |
getStickerName() |
boolean |
isNewSticker() |
SendSticker |
setChatId(String chatId) |
SendSticker |
setNewSticker(File file) |
SendSticker |
setNewSticker(String stickerName,
InputStream inputStream) |
SendSticker |
setReplyMarkup(ReplyKeyboard replyMarkup) |
SendSticker |
setReplyToMessageId(Integer replyToMessageId) |
SendSticker |
setSticker(String sticker) |
String |
toString() |
public static final String PATH
public static final String CHATID_FIELD
public static final String STICKER_FIELD
public static final String DISABLENOTIFICATION_FIELD
public static final String REPLYTOMESSAGEID_FIELD
public static final String REPLYMARKUP_FIELD
public String getChatId()
public SendSticker setChatId(String chatId)
public String getSticker()
public SendSticker setSticker(String sticker)
public Integer getReplyToMessageId()
public SendSticker setReplyToMessageId(Integer replyToMessageId)
public ReplyKeyboard getReplyMarkup()
public SendSticker setReplyMarkup(ReplyKeyboard replyMarkup)
public SendSticker setNewSticker(File file)
public SendSticker setNewSticker(String stickerName, InputStream inputStream)
public Boolean getDisableNotification()
public SendSticker enableNotification()
public SendSticker disableNotification()
public boolean isNewSticker()
public String getStickerName()
public File getNewStickerFile()
public InputStream getNewStickerStream()
Copyright © 2016. All rights reserved.