mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
755 B
755 B
title | description |
---|---|
fileLocation23 | fileLocation23 attributes, type and example |
Constructor: fileLocation23
Attributes:
Name | Type | Required |
---|---|---|
dc_id | int | Yes |
volume_id | long | Yes |
local_id | int | Yes |
secret | long | Yes |
Type: FileLocation
Example:
$fileLocation23 = ['_' => 'fileLocation23', 'dc_id' => int, 'volume_id' => long, 'local_id' => int, 'secret' => long, ];
Or, if you're into Lua:
fileLocation23={_='fileLocation23', dc_id=int, volume_id=long, local_id=int, secret=long, }