mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-05 16:03:49 +00:00
1011 B
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)