MultipartSetWebhookRequest

class MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, dropPendingUpdates: Boolean? = null, secretToken: String? = null) : SetWebhookRequest, MultipartRequest<Boolean>

Constructors

Link copied to clipboard
constructor(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, dropPendingUpdates: Boolean? = null, secretToken: String? = null)

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>

Functions

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