data class AnswerCallbackQuery : SimpleRequest<Boolean>
(source)
(common)
<init> |
AnswerCallbackQuery(callbackQueryId: CallbackQueryIdentifier, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null) |
(common)
cachedTimeSeconds |
val cachedTimeSeconds: Int? |
(common)
callbackQueryId |
val callbackQueryId: CallbackQueryIdentifier |
(common)
requestSerializer |
val requestSerializer: SerializationStrategy<*> |
(common)
resultDeserializer |
val resultDeserializer: DeserializationStrategy<Boolean> |
(common)
showAlert |
val showAlert: Boolean? |
(common)
text |
val text: String? |
(common)
url |
val url: String? |
(common)
method |
fun method(): String |