TTMSFNCCloudCustomWhatsApp.SendVideo Method
Uploads a video file and sends it to a recipient.
API unit family: TMSFNCCloudWhatsApp
Declaring type: TTMSFNCCloudCustomWhatsApp
Overloads
Overload 1
Uploads a video file and sends it to a recipient.
procedure SendVideo(ANumber: String; AFile: TTMSFNCUtilsFile; AReplyToID: String = ''; ACaption: String = ''); overload;
Parameters
| Name | Description |
|---|---|
ANumber |
Recipient phone number. |
AFile |
File object that provides the video content. |
AReplyToID |
Optional message identifier to reply to. |
Overload 2
Uploads video content from a stream and sends it to a recipient.
procedure SendVideo(ANumber: String; AMediaStream: TStream; AFileName: string; AReplyToID: String = ''; ACaption: String = ''); overload;
Parameters
| Name | Description |
|---|---|
ANumber |
Recipient phone number. |
AMediaStream |
Stream that contains the video content. |
AFileName |
File name to associate with the uploaded video. |
AReplyToID |
Optional message identifier to reply to. |