| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.message.send |
| Modifier and Type | Method and Description |
|---|---|
static SendableStickerMessage.SendableStickerMessageBuilder |
SendableStickerMessage.builder()
This builder will allow you to progressively construct this object.
|
SendableStickerMessage.SendableStickerMessageBuilder |
SendableStickerMessage.SendableStickerMessageBuilder.disableNotification(boolean disableNotification)
*Optional*
Sets whether or not to disable any notification this message might usually cause.
|
SendableStickerMessage.SendableStickerMessageBuilder |
SendableStickerMessage.SendableStickerMessageBuilder.replyMarkup(ReplyMarkup replyMarkup)
*Optional*
Sets the ReplyMarkup that you want to send with the message
|
SendableStickerMessage.SendableStickerMessageBuilder |
SendableStickerMessage.SendableStickerMessageBuilder.replyTo(long replyTo)
*Optional*
Sets the ID of the message you want to reply to
|
SendableStickerMessage.SendableStickerMessageBuilder |
SendableStickerMessage.SendableStickerMessageBuilder.replyTo(Message replyTo)
*Optional*
Sets the Message object that you want to reply to
|
SendableStickerMessage.SendableStickerMessageBuilder |
SendableStickerMessage.SendableStickerMessageBuilder.sticker(InputFile sticker)
*Required*
Sets the sticker InputFile to be sent
|
Copyright © 2017. All rights reserved.