invokeWithLayer

Invoke the specified query using the specified API layer

 Method schema is available as of layer 19. Switch ยป

Parameters

Name Type Description
layer int The layer to use
query !X The query

Result

The type returned by the invoked method.

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.
406 INVITE_HASH_EXPIRED The invite link has expired.

Bots can use this method

Related pages

Calling API Methods

Additional options for calling methods.