다음을 통해 공유


MessageEvent 클래스

정의

주의

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.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

[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 MessageEvent : Microsoft.Bot.Builder.Adapters.Slack.Model.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 MessageEvent = class
    inherit EventType
Public Class MessageEvent
Inherits EventType
상속
MessageEvent
특성

생성자

MessageEvent()
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

속성

AdditionalProperties
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

(다음에서 상속됨 EventType)
BotId
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

(다음에서 상속됨 EventType)
Channel
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

(다음에서 상속됨 EventType)
ChannelId
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

(다음에서 상속됨 EventType)
ChannelType
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

EventTs
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

(다음에서 상속됨 EventType)
Item
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

(다음에서 상속됨 EventType)
SubType
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

Text
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

ThreadTs
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

(다음에서 상속됨 EventType)
Ts
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

(다음에서 상속됨 EventType)
Type
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

(다음에서 상속됨 EventType)
User
사용되지 않음.

Slack 메시지 이벤트 를 나타냅니다 https://api.slack.com/events/message.

(다음에서 상속됨 EventType)

적용 대상