# outgoingFileRequestSent

Version: 4.1.0+

Description: Notification showing that a command to send a file to a user is being executed.

Example:

{
    "method": "event",
    "event": "outgoingFileRequestSent",
    "fileRequestId": "66efb58e-ac5d-4579-b859-4a2d046a7fd8",
    "peerId": "820_1@some.server",
    "peerDn": "820_1",
    "fileName": "2.jpg",
    "timestamp": 1659286530,
    "fileSize": 3200,
    "fileId": 526755919
}

Parameter description:

  • fileRequestId — Request identifier

  • peerIdTrueConf ID, unique user identifier

  • peerDn — User display name

  • fileName — Name of a file being sent

  • fileId — File identifier on the built-in HTTP server

  • fileSize — File size in bytes.

  • timestamp — the time when the request was created

See also: