Multipart Set Webhook Request
class MultipartSetWebhookRequest( url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = null, dropPendingUpdates: Boolean? = null, secretToken: String? = null) : SetWebhookRequest, MultipartRequest<Boolean>
Content copied to clipboard
Constructors
Link copied to clipboard
fun MultipartSetWebhookRequest( url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = null, dropPendingUpdates: Boolean? = null, secretToken: String? = null)
Content copied to clipboard