TTMSFNCCloudSlackProfile Class
Stores Slack profile details for a user.
API unit family: TMSFNCCloudSlack
Syntax
TTMSFNCCloudSlackProfile = class
Properties
| Name | Description |
|---|---|
| APIAppID | Gets the Slack app identifier associated with the profile. |
| AvatarHash | Gets the profile avatar hash. |
| BotID | Gets the bot identifier. |
| DisplayName | Gets the display name reported by Slack. |
| Gets the email address reported by Slack. | |
| FirstName | Gets the first name reported by Slack. |
| ImageUrl | Gets the selected profile image URL. |
| IsAlwaysActive | Gets whether the user is always active. True means Slack reports the user as always active. |
| IsCustomImage | Gets whether the profile uses a custom image. True means Slack reports a custom profile image. |
| LastName | Gets the last name reported by Slack. |
| Phone | Gets the phone number reported by Slack. |
| ProfilePictureStream | Gets the stream containing the downloaded profile picture. |
| RealName | Gets the real name reported by Slack. |
| Skype | Gets the Skype name reported by Slack. |
| StatusEmoji | Gets the profile status emoji. |
| StatusText | Gets the profile status text. |
| TeamID | Gets the Slack team identifier. |
| Title | Gets the title reported by Slack. |
| User | Gets the Slack user object. |
Methods
| Name | Description |
|---|---|
| DownloadProfilePicture | Starts a request to download the profile picture. |