Feedback

  • Contents
 

ChatObject.ReceivedFileHandler Callback Property

Definition

This handler is called when a chat object receives a new file.

Compatibility

This functionality is only available with scripts for Interaction Connect. It is not available in Scripter .Net client.

Syntax

ChatObject.ReceivedFileHandler (ChatId, User, Filename, FileData);

Input Parameters

ChatId

ID of the chat object.

User

The user name of the person who sent the file.

ChatId

ID of the chat object.

Filename

The fully qualified name of the file received.

FileData

The data contained in the file.