Zvini
00:50:06

« Received » get

folder/received/get - Returns a single existing received folder.
Method parameters:
id - The ID of the received folder to get.
Returns a JSON document of the following format:
{
id: <number> - The ID of the received folder.
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.
}
Expected errors:
RECEIVED_FOLDER_NOT_FOUND - A received folder with the ID doesn't exist.