Preparing search index...
The search index is not available
Documentation - v0.25.3
Documentation
@mtcute/deno
index
TelegramWorkerOptions
Interface TelegramWorkerOptions<T>
interface
TelegramWorkerOptions
<
T
extends
WorkerCustomMethods
>
{
client
:
BaseTelegramClient
;
customMethods
?:
T
;
workerId
?:
string
;
}
Type Parameters
T
extends
WorkerCustomMethods
Index
Properties
client
custom
Methods?
worker
Id?
Properties
client
client
:
BaseTelegramClient
Optional
custom
Methods
customMethods
?:
T
Optional
worker
Id
workerId
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
client
custom
Methods
worker
Id
Documentation - v0.25.3
Loading...