| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.message.send |
| Modifier and Type | Method and Description |
|---|---|
static CallbackQueryResponse.CallbackQueryResponseBuilder |
CallbackQueryResponse.builder() |
CallbackQueryResponse.CallbackQueryResponseBuilder |
CallbackQueryResponse.CallbackQueryResponseBuilder.cacheTime(Integer cacheTime)
*Optional*
Sets the maximum amount of time in seconds that the result of the callback query may be cached client-side.
|
CallbackQueryResponse.CallbackQueryResponseBuilder |
CallbackQueryResponse.CallbackQueryResponseBuilder.showAlert(boolean showAlert)
*Optional*
Sets whether an alert will be shown by the client instead of a notification at the top of the chat screen.
|
CallbackQueryResponse.CallbackQueryResponseBuilder |
CallbackQueryResponse.CallbackQueryResponseBuilder.text(String text)
*Optional*
Sets the text of the notification.
|
CallbackQueryResponse.CallbackQueryResponseBuilder |
CallbackQueryResponse.CallbackQueryResponseBuilder.url(URL url)
*Optional*
Sets the URL that will be opened by the user's client.
|
Copyright © 2017. All rights reserved.