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 para enviar 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

Nome Description
NewSlackMessage()
Obsoleto.

Mensagem para enviar ao Slack.

Propriedades

Nome Description
Attachments
Obsoleto.

Recebe ou define os anexos que poderiam vir com a mensagem.

Blocks
Obsoleto.

Recebe ou define os blocos que poderiam vir com a mensagem.

BotId
Obsoleto.

Obtém ou definem o id do bot.

Channel
Obsoleto.

Recebe ou configura o canal.

Ephemeral
Obsoleto.

Recebe 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.

Recebe ou define o carimbo de data do tópico.

Ts
Obsoleto.

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

User
Obsoleto.

Pega ou define o usuário.

Username
Obsoleto.

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

Aplica-se a