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