telegram api method · layer 229 · #32d439a4
messages.sendEncryptedService
Sends a service message to a secret chat.
definition
messages.sendEncryptedService#32d439a4 peer:InputEncryptedChat random_id:long data:bytes = messages.SentEncryptedMessage;
parameters
| name | type | description |
|---|---|---|
peer | InputEncryptedChat | Secret chat ID |
random_id | long | Unique client message ID required to prevent message resending |
data | bytes | TL-serialization of DecryptedMessage type, encrypted with a key generated during chat initialization |
returns
errors (12)
| 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. |
| 400 | CHAT_ID_INVALID | The provided chat id is invalid. |
| 400 | DATA_INVALID | Encrypted data invalid. |
| 400 | DATA_TOO_LONG | Data too long. |
| 400 | ENCRYPTION_DECLINED | The secret chat was declined. |
| 400 | ENCRYPTION_ID_INVALID | The provided secret chat ID is invalid. |
| 400 | MSG_WAIT_FAILED | A waiting call returned an error. |
| 400 | USER_IS_BLOCKED | You were blocked by this user. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
| 403 | USER_DELETED | You can't send this secret message because the other participant deleted their account. |
| 403 | USER_IS_BLOCKED | You were blocked by this user. |
| 500 | MSG_WAIT_FAILED | A waiting call returned an error. |
history
present in layers 8–229
| id | layers |
|---|---|
| #32d439a4 | 8–229 |