telegram api method · layer 229 · #be5335be
upload.getFile
Returns content of a whole file or its part.
definition
upload.getFile#be5335be flags:# precise:flags.0?true cdn_supported:flags.1?true location:InputFileLocation offset:long limit:int = upload.File;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
precise | true | Disable some checks on limit and offset values, useful for example to stream videos by keyframes |
cdn_supported | true | Whether the current client supports CDN downloads |
location | InputFileLocation | File location |
offset | long | Number of bytes to be skipped |
limit | int | Number of bytes to be returned |
returns
errors (16)
| 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 | CDN_METHOD_INVALID | You can't call this method in a CDN DC. |
| 400 | CHANNEL_INVALID | The provided channel is invalid. |
| 400 | CHANNEL_PRIVATE | You haven't joined this channel/supergroup. |
| 400 | FILE_ID_INVALID | The provided file id is invalid. |
| 400 | FILE_REFERENCE_EMPTY | An empty file reference was specified. |
| 400 | FILE_REFERENCE_EXPIRED | File reference expired, it must be refetched as described in the documentation. |
| 400 | FILE_REFERENCE_INVALID | The specified file reference is invalid. |
| 400 | LIMIT_INVALID | The provided limit is invalid. |
| 400 | LOCATION_INVALID | The provided location is invalid. |
| 400 | MSG_ID_INVALID | Invalid message ID provided. |
| 400 | OFFSET_INVALID | The provided offset is invalid. |
| 400 | PEER_ID_INVALID | The provided peer id is invalid. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
| 406 | FILEREF_UPGRADE_NEEDED | The client has to be updated in order to support file references. |
| 420 | FLOOD_PREMIUM_WAIT_%d | Please wait %d seconds before repeating the action, or purchase a Telegram Premium subscription to remove this rate limit. |
history
present in layers 2–229 · constructor id changed 2×
| id | layers |
|---|---|
| #e3a6cfb5 | 2–103 |
| #b15a9afc | 104–142 |
| #be5335be | 143–229 |