vamo_telbot.utils.credentials

Credential management utilities for the Telegram bot.

Functions

ensure_credentials()

Ensures that all necessary credentials (API ID, API Hash, Bot Token) are set.

Module Contents

async vamo_telbot.utils.credentials.ensure_credentials()

Ensures that all necessary credentials (API ID, API Hash, Bot Token) are set.

Returns:

True if any credentials were missing and had to be set, False otherwise.

Return type:

bool