Table of Contents

Class TextMessageEvent

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Events
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 text 事件的数据。

REF: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/component/message-push-customer-service

public class TextMessageEvent : ByteDanceMicroAppEvent, ByteDanceMicroAppEvent.Serialization.IJsonSerializable, ByteDanceMicroAppEvent.Serialization.IXmlSerializable
Inheritance
TextMessageEvent
Implements
Inherited Members

Constructors

TextMessageEvent()

public TextMessageEvent()

Properties

Content

获取或设置消息内容。

[JsonPropertyName("Content")]
public string Content { get; set; }

Property Value

string