Interface BaseTelegramClientOptions

interface BaseTelegramClientOptions {
    platformless?: boolean;
    storage?: string | ITelegramStorageProvider;
}

Hierarchy (view full)

Properties

platformless?: boolean

ADVANCED USE ONLY

Whether to not set up the platform. This is useful if you call setPlatform yourself.

storage?: string | ITelegramStorageProvider

Storage to use for this client.

If a string is passed, it will be used as a name for an IndexedDB database.

Default

"client.session"

Generated using TypeDoc