NewSlackMessage Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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. |