telegram api method · layer 229 · #6f02f748
help.saveAppLog
Saves logs of application on the server.
definition
help.saveAppLog#6f02f748 events:Vector<InputAppEvent> = Bool;
parameters
| name | type | description |
|---|---|---|
events | Vector<InputAppEvent> | List of input events |
returns
errors (1)
| code | error | description |
|---|---|---|
| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection. |
history
present in layers 46–229
| id | layers |
|---|---|
| #6f02f748 | 46–229 |