Feedback

  • Contents
 

ChatObject.ReceivedURLHandler Callback Property

Definition

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

Syntax

ChatObject.ReceivedURLHandler();

Compatibility

This callback is compatible with scripts for Scripter .NET Client or Interaction Connect.

Syntax

ChatObject.ReceivedFileHandler (ChatId, User, URL);

Input Parameters

ChatId

ID of the chat object.

User

The user ID of the user who pushed the URL to the chat.

URL

A universal resource locator.