Class ByteDanceMicroAppEvent
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示字节小程序 API 消息推送事件的基类。
public class ByteDanceMicroAppEvent
- Inheritance
-
ByteDanceMicroAppEvent
- Derived
- Inherited Members
Constructors
ByteDanceMicroAppEvent()
public ByteDanceMicroAppEvent()
Properties
CreateTimestamp
获取或设置消息创建时间戳。
[JsonPropertyName("CreateTime")]
[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
public virtual long CreateTimestamp { get; set; }
Property Value
FromUserName
获取或设置消息发送方账号。
[JsonPropertyName("FromUserName")]
public virtual string? FromUserName { get; set; }
Property Value
MessageType
获取或设置消息类型。
[JsonPropertyName("MsgType")]
public virtual string? MessageType { get; set; }
Property Value
ToUserName
获取或设置消息接收方账号。
[JsonPropertyName("ToUserName")]
public virtual string? ToUserName { get; set; }