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<Unit>

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: <Error class: unknown class>
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><T>

Functions

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