LogOutApi
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 can immediately log in on a local server, but will not be able to log in back to the cloud Bot API server for 10 minutes. Returns True on success. Requires no parameters.
Author
ForteScarlet
Properties
The result's DeserializationStrategy of this Method.
The TelegramApiResult's DeserializationStrategy of this Method.
Inherited properties
A special deserialization for body. If it is null
, then try to 'guess' the body serializer. This is usually overridden when the body is not null
and you need to customize its serializer.
Headers for request. Default is Headers.Empty.
Inherited functions
Request the TelegramApi by client with token.
Request the TelegramApi by client with token.
Request the TelegramApi by client with token.