Preparing search index...
The search index is not available
Documentation - v0.19.5
Documentation
@mtcute/tl-utils
index
mergeTlSchemas
Function mergeTlSchemas
mergeTlSchemas
(
schemas
:
TlFullSchema
[]
,
onConflict
:
(
options
:
(
undefined
|
TlEntry
)
[]
,
reason
:
string
,
)
=>
undefined
|
TlEntry
|
Promise
<
undefined
|
TlEntry
>
,
)
:
Promise
<
TlFullSchema
>
Merge multiple TL schemas into a single schema.
Parameters
schemas
:
TlFullSchema
[]
Schemas to merge
onConflict
:
(
options
:
(
undefined
|
TlEntry
)
[]
,
reason
:
string
,
)
=>
undefined
|
TlEntry
|
Promise
<
undefined
|
TlEntry
>
Callback to handle conflicts
Returns
Promise
<
TlFullSchema
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.19.5
Loading...
Merge multiple TL schemas into a single schema.