TTMSFNCCloudSlackPrivateChannel Class
Represents a private Slack channel conversation.
API unit family: TMSFNCCloudSlack
Inherits from: TTMSFNCCloudSlackConversation
Syntax
TTMSFNCCloudSlackPrivateChannel = class(TTMSFNCCloudSlackConversation)
Properties
| Name | Description |
|---|---|
| Created | Gets the creation timestamp. (inherited from TTMSFNCCloudSlackConversation) |
| Creator | Gets the identifier of the conversation creator. (inherited from TTMSFNCCloudSlackConversation) |
| ID | Gets or sets the Slack identifier. (inherited from TTMSFNCCloudSlackConversation) |
| IsArchived | Gets whether the conversation is archived. True means Slack reports an archived conversation. (inherited from TTMSFNCCloudSlackConversation) |
| IsExternalShared | Gets whether the conversation is externally shared. True means Slack reports external sharing. (inherited from TTMSFNCCloudSlackConversation) |
| IsGeneral | Gets whether the conversation is the general channel. True means Slack reports the general channel. (inherited from TTMSFNCCloudSlackConversation) |
| IsMember | Gets whether the current user is a member. True means Slack reports membership. (inherited from TTMSFNCCloudSlackConversation) |
| IsOrganizationShared | Gets whether the conversation is organization-shared. True means Slack reports organization sharing. (inherited from TTMSFNCCloudSlackConversation) |
| IsPendingExternalShared | Gets whether external sharing is pending. True means Slack reports a pending external share. (inherited from TTMSFNCCloudSlackConversation) |
| IsPrivate | Gets whether the conversation is private. True means Slack reports a private conversation. (inherited from TTMSFNCCloudSlackConversation) |
| IsReadOnly | Gets whether the conversation is read-only. True means Slack reports read-only access. (inherited from TTMSFNCCloudSlackConversation) |
| IsShared | Gets whether the conversation is shared. True means Slack reports sharing. (inherited from TTMSFNCCloudSlackConversation) |
| MembersCount | Gets the number of conversation members. (inherited from TTMSFNCCloudSlackConversation) |
| Messages | Gets the messages loaded for the conversation. (inherited from TTMSFNCCloudSlackConversation) |
| Name | Gets the Slack name. (inherited from TTMSFNCCloudSlackConversation) |
| Purpose | Gets the conversation purpose. (inherited from TTMSFNCCloudSlackConversation) |
| Topic | Gets the conversation topic. (inherited from TTMSFNCCloudSlackConversation) |
Methods
| Name | Description |
|---|---|
| GetAllMessages | Starts requests that retrieve all messages in the conversation. (inherited from TTMSFNCCloudSlackConversation) |
| GetMessages | Starts a request for messages in the conversation. (inherited from TTMSFNCCloudSlackConversation) |
| JoinConversation | Starts a request to join the conversation. (inherited from TTMSFNCCloudSlackConversation) |
| PostMessage | Starts a request to post a message to the conversation. (inherited from TTMSFNCCloudSlackConversation) |
| UploadFile | Starts a request to upload a file to the conversation. (inherited from TTMSFNCCloudSlackConversation) |