Close

object Close : SimpleRequest<Boolean>

Use this method to close the bot instance before moving it from one local server to another. You need to delete the webhook before calling this method to ensure that the bot isn't launched again after server restart. The method will return error 429 in the first 10 minutes after the bot is launched.

See also

io.ktor.client.features.ClientRequestException

Functions

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

Properties

requestSerializer
Link copied to clipboard
open override val requestSerializer: SerializationStrategy<*>
resultDeserializer
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<Boolean>