Compartilhar via


NewSlackMessage Classe

Definição

Cuidado

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 ser enviada ao 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 ser enviada ao Slack.

Propriedades

Attachments
Obsoleto.

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

Blocks
Obsoleto.

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

BotId
Obsoleto.

Obtém ou define a ID do bot.

Channel
Obsoleto.

Obtém ou define o canal.

Ephemeral
Obsoleto.

Obtém ou Define a mensagem como efêmera, significa que somente o destinatário pode vê-la.

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 usuário.

Username
Obsoleto.

Obtém ou define o nome de usuário.

Aplica-se a