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/-multipart-set-webhook-request.md
2021-03-17 15:18:37 +00:00

1011 B

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

MultipartSetWebhookRequest

[common]
Content
fun MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = null, dropPendingUpdates: Boolean? = null)