Package dev. inmo. tgbotapi. requests. webhook
Types
DeleteWebhook
Link copied to clipboard
GetWebhookInfo
Link copied to clipboard
MultipartSetWebhookRequest
Link copied to clipboard
class MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String?, maxAllowedConnections: Int?, allowedUpdates: List<String>?, dropPendingUpdates: Boolean?) : SetWebhookRequest, MultipartRequest<Boolean>
Content copied to clipboard
SetWebhook
Link copied to clipboard
SetWebhookRequest
Link copied to clipboard
Functions
SetWebhook
Link copied to clipboard
fun SetWebhook(url: String, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = null, dropPendingUpdates: Boolean? = null): SetWebhook
Content copied to clipboard
fun SetWebhook(url: String, certificate: FileId, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = null, dropPendingUpdates: Boolean? = null): SetWebhook
Content copied to clipboard
fun SetWebhook(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = null, dropPendingUpdates: Boolean? = null): MultipartSetWebhookRequest
Content copied to clipboard
fun SetWebhook(url: String, certificate: InputFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = null, dropPendingUpdates: Boolean? = null): SetWebhookRequest
Content copied to clipboard