1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-16 13:23:47 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.md

30 lines
1.9 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.webhook](../index.md)/[SetWebhookRequest](index.md)
# SetWebhookRequest
[common] sealed class [SetWebhookRequest](index.md) : [Request](../../dev.inmo.tgbotapi.requests.abstracts/-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
## Functions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.abstracts/Request/method/#/PointingToDeclaration/"></a>[method](../../dev.inmo.tgbotapi.requests.abstracts/-request/method.md)| <a name="dev.inmo.tgbotapi.requests.abstracts/Request/method/#/PointingToDeclaration/"></a>[common] <br>Content <br>abstract fun [method](../../dev.inmo.tgbotapi.requests.abstracts/-request/method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>|
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.webhook/SetWebhookRequest/resultDeserializer/#/PointingToDeclaration/"></a>[resultDeserializer](index.md#%5Bdev.inmo.tgbotapi.requests.webhook%2FSetWebhookRequest%2FresultDeserializer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.requests.webhook/SetWebhookRequest/resultDeserializer/#/PointingToDeclaration/"></a> [common] abstract val [resultDeserializer](index.md#%5Bdev.inmo.tgbotapi.requests.webhook%2FSetWebhookRequest%2FresultDeserializer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): <[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)> <br>|
## Inheritors
| Name |
|---|
| <a name="dev.inmo.tgbotapi.requests.webhook/MultipartSetWebhookRequest///PointingToDeclaration/"></a>[MultipartSetWebhookRequest](../-multipart-set-webhook-request/index.md)|
| <a name="dev.inmo.tgbotapi.requests.webhook/SetWebhook///PointingToDeclaration/"></a>[SetWebhook](../-set-webhook/index.md)|