mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-06 00:13:48 +00:00
24 lines
3.8 KiB
Markdown
24 lines
3.8 KiB
Markdown
|
//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.webhook](../index.md)/[MultipartSetWebhookRequest](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
# MultipartSetWebhookRequest
|
||
|
[common] class [MultipartSetWebhookRequest](index.md)(**url**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **certificate**: [MultipartFile](../../dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.md), **ipAddress**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **maxAllowedConnections**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, **allowedUpdates**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?, **dropPendingUpdates**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?) : [SetWebhookRequest](../-set-webhook-request/index.md), [MultipartRequest](../../dev.inmo.tgbotapi.requests.abstracts/-multipart-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>open override 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/MultipartSetWebhookRequest/mediaMap/#/PointingToDeclaration/"></a>[mediaMap](index.md#%5Bdev.inmo.tgbotapi.requests.webhook%2FMultipartSetWebhookRequest%2FmediaMap%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.requests.webhook/MultipartSetWebhookRequest/mediaMap/#/PointingToDeclaration/"></a> [common] open override val [mediaMap](index.md#%5Bdev.inmo.tgbotapi.requests.webhook%2FMultipartSetWebhookRequest%2FmediaMap%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), [MultipartFile](../../dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.md)> <br>|
|
||
|
| <a name="dev.inmo.tgbotapi.requests.webhook/MultipartSetWebhookRequest/paramsJson/#/PointingToDeclaration/"></a>[paramsJson](index.md#%5Bdev.inmo.tgbotapi.requests.webhook%2FMultipartSetWebhookRequest%2FparamsJson%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.requests.webhook/MultipartSetWebhookRequest/paramsJson/#/PointingToDeclaration/"></a> [common] open override val [paramsJson](index.md#%5Bdev.inmo.tgbotapi.requests.webhook%2FMultipartSetWebhookRequest%2FparamsJson%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): <br>|
|
||
|
| <a name="dev.inmo.tgbotapi.requests.webhook/MultipartSetWebhookRequest/resultDeserializer/#/PointingToDeclaration/"></a>[resultDeserializer](index.md#%5Bdev.inmo.tgbotapi.requests.webhook%2FMultipartSetWebhookRequest%2FresultDeserializer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.requests.webhook/MultipartSetWebhookRequest/resultDeserializer/#/PointingToDeclaration/"></a> [common] open override val [resultDeserializer](index.md#%5Bdev.inmo.tgbotapi.requests.webhook%2FMultipartSetWebhookRequest%2FresultDeserializer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): <[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)> <br>|
|
||
|
|