invokeWithLayer
Invoke the specified query using the specified API layer
Example
TL schema
Parameters
Name | Type | Description |
layer | The layer to use | |
query | !X | The query |
Result
X
Possible errors
Code | Type | Description |
400 | AUTH_BYTES_INVALID | The provided authorization is invalid |
400 | CDN_METHOD_INVALID | You can't call this method in a CDN DC |
403 | CHAT_WRITE_FORBIDDEN | You can't write in this chat |
400 | CONNECTION_API_ID_INVALID | The provided API id is invalid |
400 | CONNECTION_DEVICE_MODEL_EMPTY | Device model empty |
400 | CONNECTION_LANG_PACK_INVALID | Language pack invalid |
400 | CONNECTION_NOT_INITED | Connection not initialized |
400 | CONNECTION_SYSTEM_EMPTY | Connection system empty |
400 | INPUT_LAYER_INVALID | The provided layer is invalid |
400 | INVITE_HASH_EXPIRED | The invite link has expired |
Can bots use this methd ?
yes
Related pages
Additional options for calling methods.
Last updated