| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.message.send |
| Modifier and Type | Method and Description |
|---|---|
static SendableForwardMessage.SendableForwardMessageBuilder |
SendableForwardMessage.builder()
This builder will allow you to progressively construct this object.
|
SendableForwardMessage.SendableForwardMessageBuilder |
SendableForwardMessage.SendableForwardMessageBuilder.chatID(String chatID)
*Required unless using
forwardedMessage(Message)*
Sets the ID of the chat that contains the message you want to forward |
SendableForwardMessage.SendableForwardMessageBuilder |
SendableForwardMessage.SendableForwardMessageBuilder.disableNotification(boolean disableNotification)
Sets whether or not to disable any notification this message might usually cause.
|
SendableForwardMessage.SendableForwardMessageBuilder |
SendableForwardMessage.SendableForwardMessageBuilder.forwardedMessage(Message forwardedMessage)
*Required unless using
messageID(Long) and chatID(String)*
Sets the Message object that relates to the message you want to forward |
SendableForwardMessage.SendableForwardMessageBuilder |
SendableForwardMessage.SendableForwardMessageBuilder.messageID(Long messageID)
*Required unless using
forwardedMessage(Message)*
Sets the ID of the message you want to forward |
Copyright © 2017. All rights reserved.