SetWebhookOptions

@Serializable
data class SetWebhookOptions(var certificate: InputFile? = null, var ipAddress: String? = null, var maxConnections: Int? = null, var allowedUpdates: List<UpdateType>? = null, var dropPendingUpdates: Boolean? = null, var secretToken: String? = null) : Options

Constructors

Link copied to clipboard
constructor(certificate: InputFile? = null, ipAddress: String? = null, maxConnections: Int? = null, allowedUpdates: List<UpdateType>? = null, dropPendingUpdates: Boolean? = null, secretToken: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard