NewSlackMessage 類別

定義

警告

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

要傳送至 Slack 的訊息。

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class NewSlackMessage
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type NewSlackMessage = class
Public Class NewSlackMessage
繼承
NewSlackMessage
屬性

建構函式

NewSlackMessage()
已淘汰.

要傳送至 Slack 的訊息。

屬性

Attachments
已淘汰.

取得或設定可能隨附于訊息的附件。

Blocks
已淘汰.

取得或設定可能隨附于訊息的區塊。

BotId
已淘汰.

取得或設定 Bot 識別碼。

Channel
已淘汰.

取得或設定通道。

Ephemeral
已淘汰.

取得或設定訊息為暫時訊息,表示只有收件者可以看到它。

Text
已淘汰.

取得或設定文字。

ThreadTs
已淘汰.

取得或設定執行緒的時間戳記。

Ts
已淘汰.

取得或設定時間戳記。

User
已淘汰.

取得或設定使用者。

Username
已淘汰.

取得或設定使用者名稱。

適用於