TTMSFNCCloudSlack.DownloadProfilePicture Method
Starts a request to download the profile picture.
API unit family: TMSFNCCloudSlack
Declaring type: TTMSFNCCloudSlack
Inherited from: TTMSFNCCustomCloudSlack
Overloads
Overload 1
Starts a request to download the profile picture.
procedure DownloadProfilePicture(AUser: TTMSFNCCloudSlackUser); overload; virtual;
Parameters
| Name | Description |
|---|---|
AUser |
User associated with the request. |
Overload 2
Starts a request to download the profile picture.
procedure DownloadProfilePicture(AUserID: string); overload; virtual;
Parameters
| Name | Description |
|---|---|
AUserID |
Slack user identifier. |
Overload 3
Starts a request to download the profile picture.
procedure DownloadProfilePicture(AUserProfile: TTMSFNCCloudSlackProfile); overload; virtual;
Parameters
| Name | Description |
|---|---|
AUserProfile |
Profile whose picture should be downloaded. |