(common)
DeleteWebhook |
class DeleteWebhook : SimpleRequest<Boolean> |
(common)
GetWebhookInfo |
class GetWebhookInfo : SimpleRequest<WebhookInfo> |
(common)
SetWebhook |
data class SetWebhook : DataRequest<Boolean> |
(common)
SetWebhook |
fun SetWebhook(url: String, certificate: InputFile, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = null): Request<Boolean> fun SetWebhook(url: String, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = null): Request<Boolean> |