EventType Clase

Definición

Precaución

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.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de 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 EventType
[<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 EventType = class
Public Class EventType
Herencia
EventType
Derivado
Atributos

Constructores

Nombre Description
EventType()
Obsoletos.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de Slack .

Propiedades

Nombre Description
AdditionalProperties
Obsoletos.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de Slack .

BotId
Obsoletos.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de Slack .

Channel
Obsoletos.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de Slack .

ChannelId
Obsoletos.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de Slack .

EventTs
Obsoletos.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de Slack .

Item
Obsoletos.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de Slack .

ThreadTs
Obsoletos.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de Slack .

Ts
Obsoletos.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de Slack .

Type
Obsoletos.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de Slack .

User
Obsoletos.

Representa un objeto https://api.slack.com/events-api#receiving_eventsde tipo evento de Slack .

Se aplica a