Zvini
00:53:05

« Received » list

file/received/list - Returns a list of all received files.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the received files.
sender_username: <string> - The username of who sent the file.
name: <string> - The name of the received file.
size: <number> - The size of the content of the received file in bytes.
md5_sum: <string> - The MD5 hash of the content of the file.
sha256_sum: <string> - The SHA-256 hash of the content of the file.
insert_time: <number> - The Unix timestamp of when the file was received.
}
...
]
No errors expected.