Zvini
01:05:59

« Received » list

folder/received/list - Returns a list of all received folders.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the received folders.
sender_username: <string> - The username of who sent the folder.
name: <string> - The name of the folder.
insert_time: <number> - The Unix timestamp of when the folder was created.
rename_time: <number> - The Unix timestamp of when the folder was last renamed.
}
...
]
No errors expected.