Table of Contents

TTMSFNCCloudSlack Class

Component wrapper that publishes Slack service events and properties.

API unit family: TMSFNCCloudSlack Inherits from: TTMSFNCCustomCloudSlack

Syntax

TTMSFNCCloudSlack = class(TTMSFNCCustomCloudSlack)

Properties

Name Description
Conversations Gets or sets the loaded Slack conversations collection. (inherited from TTMSFNCCustomCloudSlack)
CurrentUserID Gets the authenticated Slack user identifier. (inherited from TTMSFNCCustomCloudSlack)
CurrentUserName Gets the authenticated Slack user name. (inherited from TTMSFNCCustomCloudSlack)
ProfileImageSize Gets or sets the profile image size requested from Slack. (inherited from TTMSFNCCustomCloudSlack)
Users Gets the loaded Slack users collection. (inherited from TTMSFNCCustomCloudSlack)

Methods

Name Description
DeleteMessage Starts a request to delete the message. (inherited from TTMSFNCCustomCloudSlack)
DownloadFile Starts a request to download a Slack file. (inherited from TTMSFNCCustomCloudSlack)
DownloadProfilePicture Starts a request to download the profile picture. (inherited from TTMSFNCCustomCloudSlack)
GetAllConversationHistory Starts requests that retrieve all messages in a Slack conversation. (inherited from TTMSFNCCustomCloudSlack)
GetAllConversations Starts requests that retrieve all available conversations. (inherited from TTMSFNCCustomCloudSlack)
GetAllMessageReplies Starts requests that retrieve all replies for a message. (inherited from TTMSFNCCustomCloudSlack)
GetAllUserConversations Starts requests that retrieve all conversations for a user. (inherited from TTMSFNCCustomCloudSlack)
GetAllUsers Starts requests that retrieve all available Slack users. (inherited from TTMSFNCCustomCloudSlack)
GetConversationHistory Starts a request for messages in a Slack conversation. (inherited from TTMSFNCCustomCloudSlack)
GetConversations Starts a request for conversations. (inherited from TTMSFNCCustomCloudSlack)
GetMessageReplies Executes the GetMessageReplies operation. (inherited from TTMSFNCCustomCloudSlack)
GetTestTokensResult Returns whether a token test response indicates valid tokens. (inherited from TTMSFNCCustomCloudSlack)
GetUserConversations Starts a request for conversations associated with a user. (inherited from TTMSFNCCustomCloudSlack)
GetUserInformation Starts a request for information about a Slack user. (inherited from TTMSFNCCustomCloudSlack)
GetUsers Starts a request for Slack users. (inherited from TTMSFNCCustomCloudSlack)
JoinConversation Starts a request to join the conversation. (inherited from TTMSFNCCustomCloudSlack)
PostMessage Starts a request to post a message to the conversation. (inherited from TTMSFNCCustomCloudSlack)
PostReply Starts a request to post a reply to a Slack message thread. (inherited from TTMSFNCCustomCloudSlack)
TestTokens Starts a request that verifies the current authentication tokens. (inherited from TTMSFNCCustomCloudSlack)
UploadFile Starts a request to upload a file to the conversation. (inherited from TTMSFNCCustomCloudSlack)

Events

Name Description
OnDeleteMessage Occurs when a delete message request completes. (inherited from TTMSFNCCustomCloudSlack)
OnGetAllConversationHistory Occurs when all conversation history pages have been retrieved. (inherited from TTMSFNCCustomCloudSlack)
OnGetAllConversations Occurs when all conversation pages have been retrieved. (inherited from TTMSFNCCustomCloudSlack)
OnGetAllMessageReplies Occurs when all message reply pages have been retrieved. (inherited from TTMSFNCCustomCloudSlack)
OnGetAllUserConversations Occurs when all user conversation pages have been retrieved. (inherited from TTMSFNCCustomCloudSlack)
OnGetAllUsers Occurs when all user pages have been retrieved. (inherited from TTMSFNCCustomCloudSlack)
OnGetConversationHistory Occurs when a conversation history request completes. (inherited from TTMSFNCCustomCloudSlack)
OnGetConversations Occurs when a conversation list request completes. (inherited from TTMSFNCCustomCloudSlack)
OnGetFile Occurs when a file download request completes. (inherited from TTMSFNCCustomCloudSlack)
OnGetMessageReplies Occurs when a message replies request completes. (inherited from TTMSFNCCustomCloudSlack)
OnGetProfilePicture Occurs when a profile picture download request completes. (inherited from TTMSFNCCustomCloudSlack)
OnGetUserConversations Occurs when a user conversations request completes. (inherited from TTMSFNCCustomCloudSlack)
OnGetUserInformation Occurs when a user information request completes. (inherited from TTMSFNCCustomCloudSlack)
OnGetUsers Occurs when a users request completes. (inherited from TTMSFNCCustomCloudSlack)
OnJoinConversation Occurs when a join conversation request completes. (inherited from TTMSFNCCustomCloudSlack)
OnPostMessage Occurs when a post message request completes. (inherited from TTMSFNCCustomCloudSlack)
OnPostReply Occurs when a post reply request completes. (inherited from TTMSFNCCustomCloudSlack)
OnUploadFile Occurs when a file upload request completes. (inherited from TTMSFNCCustomCloudSlack)

Used by