1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-05 16:03:49 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/index.md
2021-03-17 15:18:37 +00:00

3.8 KiB

//docs/dev.inmo.tgbotapi.requests.webhook/MultipartSetWebhookRequest

MultipartSetWebhookRequest

[common] class MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String?, maxAllowedConnections: Int?, allowedUpdates: List<String>?, dropPendingUpdates: Boolean?) : SetWebhookRequest, MultipartRequest<Boolean>

Functions

Name Summary
method [common]
Content
open override fun method(): String


Properties

Name Summary
mediaMap [common] open override val mediaMap: Map<String, MultipartFile>
paramsJson [common] open override val paramsJson:
resultDeserializer [common] open override val resultDeserializer: <Boolean>