Optional
storage?: string | ITelegramStorageProviderOptional
disableUpdates?: booleanIf true, all API calls will be wrapped with tl.invokeWithoutUpdates
,
effectively disabling the server-sent events for the clients.
May be useful in some cases.
Optional
skipConversationUpdates?: booleanIf true
, the updates that were handled by some Conversation
will not be dispatched any further.
Optional
updates?: Omit<ParsedUpdateHandlerParams, "onUpdate">
Storage to use for this client.
If a string is passed, it will be used as a name for the default platform-specific storage provider to use.