peyk.platforms.telegram.methods.close_bot¶
- async peyk.platforms.telegram.methods.close_bot(self) bool¶
Close the bot from the cloud Bot API server.
This name intentionally avoids colliding with
TelegramClient.close(), which closes the local HTTP session.- Returns:
The operation result (
bool).