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