MultipartSetWebhookRequest

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>

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)

Functions

Link copied to clipboard
open override fun method(): String

Properties

Link copied to clipboard
open override val mediaMap: Map<String, MultipartFile>
Link copied to clipboard
open override val paramsJson: JsonObject
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<Boolean>