mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-05 16:03:49 +00:00
1.8 KiB
1.8 KiB
//docs/dev.inmo.tgbotapi.requests.local/LogOut
LogOut
[common] object LogOut : SimpleRequest<Boolean>
Use this method to log out from the cloud Bot API server before launching the bot locally. You must log out the bot before running it locally, otherwise there is no guarantee that the bot will receive updates. After a successful call, you will not be able to log in again using the same token for 10 minutes
Functions
Name | Summary |
---|---|
method | [common] Content open override fun method(): String |
Properties
Name | Summary |
---|---|
requestSerializer | [common] open override val requestSerializer: <*> |
resultDeserializer | [common] open override val resultDeserializer: <Boolean> |