telegram api method · layer 229 · #5559481d
messages.sendEncryptedFile
Sends a message with a file attachment to a secret chat
definition
messages.sendEncryptedFile#5559481d flags:# silent:flags.0?true peer:InputEncryptedChat random_id:long data:bytes file:InputEncryptedFile = messages.SentEncryptedMessage;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
silent | true | Whether to send the file without triggering a notification |
peer | InputEncryptedChat | Secret chat ID |
random_id | long | Unique client message ID necessary to prevent message resending |
data | bytes | TL-serialization of DecryptedMessage type, encrypted with a key generated during chat initialization |
file | InputEncryptedFile | File attachment for the secret chat |
returns
errors (8)
| 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_TOO_LONG | Data too long. |
| 400 | ENCRYPTION_DECLINED | The secret chat was declined. |
| 400 | FILE_EMTPY | An empty file was provided. |
| 400 | MD5_CHECKSUM_INVALID | The MD5 checksums do not match. |
| 400 | MSG_WAIT_FAILED | A waiting call returned an error. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
history
present in layers 8–229 · constructor id changed 1×
| id | layers |
|---|---|
| #9a901b66 | 8–117 |
| #5559481d | 118–229 |