Partilhar via


NewSlackMessage Classe

Definição

Atenção

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.

Mensagem a enviar para o 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
Herança
NewSlackMessage
Atributos

Construtores

NewSlackMessage()
Obsoleto.

Mensagem a enviar para o Slack.

Propriedades

Attachments
Obsoleto.

Obtém ou define os anexos que podem ser fornecidos com a mensagem.

Blocks
Obsoleto.

Obtém ou define os blocos que podem ser fornecidos com a mensagem.

BotId
Obsoleto.

Obtém ou define o ID do bot.

Channel
Obsoleto.

Obtém ou define o canal.

Ephemeral
Obsoleto.

Obtém ou Define a mensagem como efémera, significa que apenas o destinatário a pode ver.

Text
Obsoleto.

Obtém ou define o texto.

ThreadTs
Obsoleto.

Obtém ou Define o carimbo de data/hora do thread.

Ts
Obsoleto.

Obtém ou define o carimbo de data/hora.

User
Obsoleto.

Obtém ou define o utilizador.

Username
Obsoleto.

Obtém ou define o nome de utilizador.

Aplica-se a